rhc port forward - open shift issue

陌路散爱 提交于 2019-12-23 01:34:30

问题


I am trying to port forward a particular application that I am developing for. In open shift I have the following applications available;

If i choose hotornot then i get the following when running this command in the terminal rhc

port-forward -a jbossas

if i run the same command but replace hotornot with the other application name (jbossas) - i get the following

Does anyone know why i can't port forward the second application but i can the first?

Thanks


回答1:


turns out i had to first login with a terminal via ssh then via another terminal i needed to run port forward but not just with the application name, i needed the domain name - in this instance rhc port-forward -a jbossas -n secondstory1d

then i needed to log out of the ssh terminal and then re port forward again :/



来源:https://stackoverflow.com/questions/24789238/rhc-port-forward-open-shift-issue

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!