You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created a poc from ubuntu 22 using kind and the status of the nodes was Notready. So I ran the command "kubectl describe nodes" and realzied the error: runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized.
Hey friend! Thanks for opening this issue. We appreciate your contribution and welcome you to our community! We are glad to have you here and to have your input on the Azure Arc Jumpstart.
I have created a poc from ubuntu 22 using kind and the status of the nodes was Notready. So I ran the command "kubectl describe nodes" and realzied the error: runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized.
So, I ran the command below and the nodes changed to Ready
kubectl apply -f https://github.com/weaveworks/weave/releases/download/v2.8.1/weave-daemonset-k8s.yaml
The text was updated successfully, but these errors were encountered: