weave: Weave as k8s AddOn does not run on worker nodes
I have been banging my head on this (or something like it) for several hours now. I am trying to do something that should be really simple: start a kube cluster with just weavenet networking. As simple as:
kubectl apply -f https://git.io/weave-kube-1.6
And yet:
- No weave containers are run on the worker node (kubelet host)
- kubelet never enters ready state, message just like @weitzj 's :
Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
I do not know if the two are related - or if it is connected to https://github.com/weaveworks/weave/issues/2826 - but I just cannot get “simple one-step install” to be, well, simple. 😃
About this issue
- Original URL
- State: open
- Created 7 years ago
- Reactions: 2
- Comments: 48 (40 by maintainers)
One more piece of the puzzle. SELinux?
But no idea how to resolve this. Does weave+kube+coreos not work as a combo?