kubernetes-vagrant-coreos-cluster icon indicating copy to clipboard operation
kubernetes-vagrant-coreos-cluster copied to clipboard

node NotReady after docker.service restart

Open 123batman opened this issue 8 years ago • 1 comments

vagrant up

kubectl get nodes

NAME           STATUS                     AGE
172.17.8.101   Ready,SchedulingDisabled   3m
172.17.8.102   Ready                      1m

core@node-01 ~ $ sudo systemctl restart docker.service (or reboot node-01 VM)

kubectl get nodes

NAME           STATUS                     AGE
172.17.8.101   Ready,SchedulingDisabled   4m
172.17.8.102   NotReady                   2m

And it never changes back to Ready status.

123batman avatar Jan 13 '17 00:01 123batman

this is a great problem also for me. If i halt the vm I have to recreate all the configurations each time and thus the image is unusable. Also when wi fi goes down I have the same problem. Is there some work around to use to solve this terrible problem? Thanks in advance.

agallo73 avatar May 06 '18 08:05 agallo73