https://rancher.com/ logo
#k3s
Title
# k3s
c

clever-insurance-23287

01/20/2023, 8:36 PM
Hi! I’m struggling with an issue related to rke v1.4.1, particularly there I’m getting errors like:
Failed 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`:
Copy code
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:
Copy code
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:
Copy code
ignore_docker_version: false
enable_cri_dockerd: true
a

alert-policeman-61846

01/20/2023, 8:40 PM
if rke, you might be better posting in #rke or #rke2 (k3s here)
c

clever-insurance-23287

01/20/2023, 8:40 PM
Ooops. Sorry.
192 Views