2.检查事件(Event) 查看节点的事件以了解与NotReady状态相关联的具体错误: kubectl describe node <node-name> | grep -A 10 'Conditions:' 3.条件(Conditions)分析 在输出中关注Conditions部分,特别是Ready状态及其原因和消息。 不同原因可能包括但不限于: 网络问题:如节点与Master通信中断、CNI网络插件问题等。
[root@xxxx cni]# kubectl get nodes NAME STATUS ROLES AGE VERSION 10.0.1.173 NotReady <none> 11h v1.28.4 执行kubectl describe node <node_name>看到报错如下: NotReady message:Network plugin returns error: cni plugin not initialized 执行journalctl -u kubelet | tee tmp.log,检查kubelet的日志,看到如...
[root@xxxx cni]# kubectl get nodes NAME STATUS ROLES AGE VERSION 10.0.1.173 NotReady <none> 11h v1.28.4 执行kubectl describe node <node_name>看到报错如下: NotReadymessage:Network plugin returnserror:cni plugin not initialized 执行journalctl -u kubelet | tee tmp.log,检查kubelet的日志,看到如下报...
7、Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized Unable to update cni config: No networks found in /etc/cni/net.d Failed to get system container stats for “/system.slice/kubelet.service”...
集群搭建的过程中,master节点初始化成功,但 node节点加入集群时却一直显示NotReady状态,如下: 使用kubeclt describe node xxxx 命令,发现报错: KubeletNotReady runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized 进入nod...
地址一:Release CNI plugins v0.8.6 · containernetworking/plugins · GitHub (访问慢可使用地址二进行下载) 地址二:https://download.csdn.net/download/qq_19690417/88859465 下载后上传至服务器任意目录并解压 tar zxvf cni-plugins-linux-amd64-v0.8.6.tgz ...
go:2211] "Container runtime network not ready" networkReady="NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized" 5.试了网上一圈,比如重新生成ssl,最终解决重启了容器运行时进程,比如docker或者containerd,我这边是containerd,问题解决。记录下,其实...
节点数是按照老师的视频进行配置,目前node1和node2没有问题,问题出现在node3节点上。 [root@k8s-node1 kubernetes]# kubectl get node NAME STATUS ROLES AGE VERSION k8s-node2 Ready 9h v1.20.2 [root@k8s-node2 kubernetes]# kubectl get node
Also, while I found the same log message in our cluster logs, network plugin is not ready: cni config uninitialized, I found another message which may provide more insight: network plugin is not ready: cni config uninitialized, CSINode is not yet initialized, missing node capacity for ...
and this is not just sometimes, almost always: Sorry, something went wrong. mattichanged the titleaws-node amazon-k8s-cni:v1.10.2-eksbuild.1 restarts sometimes on startMar 16, 2022 We're also having the same issue on one of our clusters. Although it doesn't come up after a restart fo...