hoeghh / kubernetes_the_easy_way

Automating Kubernetes the hard way with Vagrant and scripts
MIT License
20 stars 11 forks source link

Unable to connect to the server: dial tcp 192.168.50.20:6443: i/o timeout #43

Closed vikasgubbi closed 6 years ago

vikasgubbi commented 6 years ago

Hi,

cluster setup for the first time works fine, when we do vagrant halt it shutdown properly. For the next attempt when we do vagrant up, we are getting below message

### Unable to connect to the server: dial tcp 192.168.50.20:6443: i/o timeout, what needs to be done for the same.

hoeghh commented 6 years ago

Do you remember to source config before running any vagrant commands?

vikasgubbi commented 6 years ago

Hi, yes i did

hoeghh commented 6 years ago

I have tried to stop and start all machines in Virtualbox, and that works fine.

I have tried vagrant halt and vagrant up, and it doesnt work. I will see if i can find out why.

But, the workaround is to do it from virtualbox.

vikasgubbi commented 6 years ago

ok