RE: k8s 的 Failover — Kubernetes(14)

You are viewing a single comment's thread from:

k8s 的 Failover — Kubernetes(14)

in kubernetes •  7 years ago 

子节点 halt -> 重启就一直失联了, 状态始终是NotReady,
该节点上面也没有容器运行了.
怎么恢复呢?

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

最后没辙重新部署了一遍
1, NotReady, Kubelet stops reporting node status ->
kubectl delete node xx
kubeadm join
2, 但是又遇到问题
network plugin is not ready: cni config uninitialized
没辙只好全部kubeadm reset 重新部署了

看一下node的日志 journalctl -u kubelet,不排除是bug。