clever-insurance-23287
01/20/2023, 8:36 PMFailed to upgrade hosts: 192.168.199.237 with error [host 192.168.199.237 not ready]
. On the nodes I’m seeing errors like this in `kubelet`:
E0120 20:34:36.159187 28876 kubelet.go:2349] "Container runtime network not ready" networkReady="NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized"
E0120 20:34:41.170900 28876 kubelet.go:2349] "Container runtime network not ready" networkReady="NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized"
E0120 20:34:46.183912 28876 kubelet.go:2349] "Container runtime network not ready" networkReady="NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized"
E0120 20:34:51.195207 28876 kubelet.go:2349] "Container runtime network not ready" networkReady="NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized"
E0120 20:34:56.207977 28876 kubelet.go:2349] "Container runtime network not ready" networkReady="NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized"
Only the base containers are started:
ubuntu@worker-1:~$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
185b536f265f rancher/hyperkube:v1.24.8-rancher1 "/opt/rke-tools/entr…" 17 minutes ago Up 16 minutes kube-proxy
bc10253b52f5 rancher/hyperkube:v1.24.8-rancher1 "/opt/rke-tools/entr…" 17 minutes ago Up 17 minutes kubelet
9065c75bf9f4 rancher/rke-tools:v0.1.88 "nginx-proxy CP_HOST…" 17 minutes ago Up 17 minutes nginx-proxy
We have the following options set:
ignore_docker_version: false
enable_cri_dockerd: true
alert-policeman-61846
01/20/2023, 8:40 PMclever-insurance-23287
01/20/2023, 8:40 PM