K8S节点状态NotReady问题解决
记录节点NotReady排查过程$ kubectl get nodes -o wide |grep NotReady$ kubectl describe node [node-ip]# Message:Node xxx which was running pod xxx is unresponsive#连接到node节点,并检查各节点服务是否正常$ ps aux|grep kube-proxy$
·
记录节点NotReady排查过程
$ kubectl get nodes -o wide |grep NotReady
$ kubectl describe node [node-ip]
# Message: Node xxx which was running pod xxx is unresponsive
#连接到node节点,并检查各节点服务是否正常
$ ps aux|grep kube-proxy
$ ps aux|grep kubelet
$ ps aux|grep docker
$ ps aux|grep flanneld
#检查完后,一切正常。
其他排查命令:
Pod 数量的增加导致 Kubelet 轮询对服务器的压力增大,CPU 资源紧张
Kubelet 轮询去检测 Pod 的状态,就势必受网络的影响
Node 节点物理硬件资源限制,无法承载较多的容器
更多推荐
已为社区贡献10条内容
所有评论(0)