You run 'kubectl get nodes' and one node shows 'NotReady'. You SSH into the node and run 'systemctl status kubelet'. Kubelet is active but 'journalctl -u kubelet -n 50' shows 'network plugin is not ready: cni config uninitialized'. What is the most likely cause?
The error indicates CNI config is uninitialized.
Why this answer
The CNI plugin configuration is missing, causing the network plugin to be unready.