I am trying to follow the examples to get a simple single master cluster running using the docker backend and CentOS. I have successfully created the footloose machines. Then running wksctl apply appears to be successful, but monitoring the kubernetes cluster via kubectl, the cluster never comes up. It gets stuck trying to pull the images for weave-npc and wksctl-controller. The errors can be seen in the below kubectl excerpts. I would appreciate any guidance on being able to get this simple example running.
I am trying to follow the examples to get a simple single master cluster running using the docker backend and CentOS. I have successfully created the footloose machines. Then running
wksctl apply
appears to be successful, but monitoring the kubernetes cluster viakubectl
, the cluster never comes up. It gets stuck trying to pull the images forweave-npc
andwksctl-controller
. The errors can be seen in the belowkubectl
excerpts. I would appreciate any guidance on being able to get this simple example running.Output from
kubectl get pods -A
:Excerpt of output from
kubectl desribe pods/weave-net-xzktb -n kube-system
:Excerpt of output from
kubectl desribe pods/wks-controller-68559f684-cdhpl -n weavek8sops
: