openshift-evangelists / oc-cluster-wrapper

oc cluster up bash wrapper
Apache License 2.0
144 stars 72 forks source link

error: ... 172.30.0.1:443: getsockopt: no route to host #49

Closed rafaeltuelho closed 7 years ago

rafaeltuelho commented 7 years ago

Trying to use on Fedora 25 and getting the following error for registry and router

error: couldn't get deployment docker-registry-1: Get https://172.30.0.1:443/api/v1/namespaces/default/replicationcontrollers/docker-registry-1: dial tcp 172.30.0.1:443: getsockopt: no route to host
rafaeltuelho commented 7 years ago

forget! It was my firewall...

I had to open the 8443/port

firewall-cmd --zone=public --add-port=8443/tcp --permanent
firewall-cmd --reload
helio-frota commented 6 years ago

Thanks for this feedback! the same here with fedora 27 and oc v3.9.0-alpha.3+78ddc10