-
Hi, I run K3S in 3 vm's on a proxmox server. KubeletNotReady container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized I guess this must be some kind of RTFM. My problem is: which one? Any and all hints are highly appreciated. Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 7 replies
-
That generally just means that the CNI pod isn't running on that node yet. Check |
Beta Was this translation helpful? Give feedback.
-
Hi! Well, no cni pod in sight. Since this is a fresh install, could this be a bug?
Hm looking at containerd log/var/lib/rancher/k3s/agent/containerd/containerd.log.
|
Beta Was this translation helpful? Give feedback.
-
Of course it was a PEBKAC. Turned out I had not followed the quickstart instructions at https://docs.k3s.io/quick-start. |
Beta Was this translation helpful? Give feedback.
-
Hi @kwoot @brandond - I believe I'm facing the same issue here. I've setup my k3s cluster with this command:
The installation process it's done successfully, but when I check the nodes it's in
Looking at the
Any ideas? Any help will be appreciate. Thank you |
Beta Was this translation helpful? Give feedback.
Of course it was a PEBKAC. Turned out I had not followed the quickstart instructions at https://docs.k3s.io/quick-start.
Instead I read the page at https://docs.k3s.io/installation/configuration and did the --flannel-backend none option.
Sorry to have waisted somebody's time.