You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed instructions and have the cakephp up and running in openshift (on local Hyper-V infra) I am wondering how can I access the app in host browser. I used the IP mentioned hereunder with port 8080 but it is not reachable.
When I do oc get svc
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
cakephp-example ClusterIP 10.217.5.48 <none> 8080/TCP 8m3s
when I do oc get pods -w
NAME READY STATUS RESTARTS AGE
cakephp-example-1-build 0/1 Completed 0 20m
cakephp-example-1-deploy 0/1 Completed 0 19m
cakephp-example-1-qshfv 1/1 Running 0 96s
Thanks for your help
The text was updated successfully, but these errors were encountered:
I followed instructions and have the cakephp up and running in openshift (on local Hyper-V infra) I am wondering how can I access the app in host browser. I used the IP mentioned hereunder with port 8080 but it is not reachable.
When I do
oc get svc
when I do
oc get pods -w
Thanks for your help
The text was updated successfully, but these errors were encountered: