[root@k8s-master4 ~]# journalctl -u kubelet.service -f
[root@k8s-master1 ~]# kubectl describe node k8s-master4 -n kube-system | grep -A 20 "Conditions"
文章源自小柒网-https://www.yangxingzhen.cn/9692.html
报错信息:
文章源自小柒网-https://www.yangxingzhen.cn/9692.html
container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized
文章源自小柒网-https://www.yangxingzhen.cn/9692.html
文章源自小柒网-https://www.yangxingzhen.cn/9692.html
解决方法:
文章源自小柒网-https://www.yangxingzhen.cn/9692.html
1)重启节点的containerd服务
文章源自小柒网-https://www.yangxingzhen.cn/9692.html
[root@k8s-master4 ~]# systemctl restart containerd.service
文章源自小柒网-https://www.yangxingzhen.cn/9692.html
2)查看集群状态
文章源自小柒网-https://www.yangxingzhen.cn/9692.html
[root@k8s-master1 ~]# kubectl get nodes -o wide
文章源自小柒网-https://www.yangxingzhen.cn/9692.html
文章源自小柒网-https://www.yangxingzhen.cn/9692.html
至此,Node节点状态已变成Ready。
若文章图片、下载链接等信息出错,请在评论区留言反馈,博主将第一时间更新!如本文“对您有用”,欢迎随意打赏,谢谢!
评论