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
First of all, thanks for this useful way of installing openshift. I appreciate it!
Secondly, I ran into the docker image issue which I was able to bypass by ignoring the docker checks. However, after the installation, I am not able to connect to openshift by running the: open $(terraform output master-url) command.
I logged into the master node and could see the pods:
> $ oc get pods
NAME READY STATUS RESTARTS AGE
docker-registry-1-jdsvq 1/1 Running 1 29m
registry-console-1-d2chx 1/1 Running 1 29m
router-1-ggncv 1/1 Running 1 29m
When I try to connect, I get this standard error:
This site can’t be reached
<ip>.xip.io refused to connect.
Try:
Checking the connection
Checking the proxy and the firewall
ERR_CONNECTION_REFUSED
Any idea what might be wrong here?
The text was updated successfully, but these errors were encountered:
Hi,
First of all, thanks for this useful way of installing openshift. I appreciate it!
Secondly, I ran into the docker image issue which I was able to bypass by ignoring the docker checks. However, after the installation, I am not able to connect to openshift by running the:
open $(terraform output master-url)
command.I logged into the master node and could see the pods:
When I try to connect, I get this standard error:
This site can’t be reached
Any idea what might be wrong here?
The text was updated successfully, but these errors were encountered: