crc-org / osp4

Proof of Concept repository of CodeReady Containers [Archived]
Apache License 2.0
26 stars 16 forks source link

API is not available #56

Closed ghost closed 5 years ago

ghost commented 5 years ago

I have downloaded tar, created and started cluster, exported kubeconfig, however oc cannot connect to server:

eugene@ivantsoft ~/Downloads/crc_libvirt_0.16.1 $ oc get pods
The connection to the server api.test1.tt.testing:6443 was refused - did you specify the right host or port?

Interestingly, a router is available:

image

The VM is using resources:

image

praveenkumar commented 5 years ago

@eivantsov 6443 is where apiserver runs so it might be the case that it is crashed or just reconciling, have you waited for some time after the crc start?

praveenkumar commented 5 years ago

@eivantsov I am closing this issue since you had dnsmasq file in the /etc/NetworkManager/dnsmasq.d/openshift.conf which was not updated correctly, on our side we need to take an action item so it will update in future.