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
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?