You are viewing a single comment's thread from:RE: k8s 的 Failover — Kubernetes(14)View the full contextbigfei (25)in #kubernetes • 7 years ago 子节点 halt -> 重启就一直失联了, 状态始终是NotReady, 该节点上面也没有容器运行了. 怎么恢复呢?
最后没辙重新部署了一遍
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。