kubernetes-ovn-heterogeneous-cluster icon indicating copy to clipboard operation
kubernetes-ovn-heterogeneous-cluster copied to clipboard

Linux worker failing readiness check

Open benmoss opened this issue 6 years ago • 0 comments

I spun up my cluster with the automated script on GCP and successfully scheduled the Windows pods but tried to schedule a Linux pod as well with no success.

Looking at kubectl get nodes I see that my linux node has the error:

Jul 05 16:34:51 bmo-worker-linux-1 kubelet[5577]: W0705 16:34:51.005857    5577 cni.go:189] Unable to update cni config: No networks found in /etc/cni/net.d
Jul 05 16:34:51 bmo-worker-linux-1 kubelet[5577]: E0705 16:34:51.006427    5577 kubelet.go:2136] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready

There is no /etc/cni directory at all. I saw ticket #1, but not sure I understand enough to know what to try to fix this.

benmoss avatar Jul 05 '18 16:07 benmoss