dwmkerr / terraform-aws-openshift

Create infrastructure with Terraform and AWS, install OpenShift. Party!
http://www.dwmkerr.com/get-up-and-running-with-openshift-on-aws
MIT License
170 stars 174 forks source link

Unable to connect to openshift after installation #90

Open himoacs opened 5 years ago

himoacs commented 5 years ago

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:

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

bhajian commented 5 years ago

Same here, I cannot connect to the master from outside VPC.