This message was deleted.
# rke2
a
This message was deleted.
f
Do you guys have any hints for me what I can do next to troubleshoot this?
Here are some more errors I found along the way:
Copy code
INFO[0006] Waiting for cri connection: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing dial unix /run/k3s/containerd/containerd.sock: connect: no such file or directory"
Later on containerd seems to start:
Copy code
INFO[0007] Running containerd -c /data01/rancher/rke2/agent/etc/containerd/config.toml -a /run/k3s/containerd/containerd.sock --state /run/k3s/containerd --root /data01/rancher/rke2/agent/containerd
INFO[0008] containerd is now running
I found the issue by myself - the rke2_data directory was not cleaned completely by the uninstall-script. I removed it by hand and started the routine again - now it seems to come up again.
b
hello christian, you can debug this with crictl - check out the commands listed here - https://gist.github.com/superseb/3b78f47989e0dbc1295486c186e944bf Also can look at https://www.technowizardry.net/2022/04/how-to-gain-access-to-a-rke2-cluster-when-rancher-cant/ for how to use crictl to debug Also I needed to reset my cluster get everything working - you can find more info about this here - https://docs.rke2.io/backup_restore the above pages helped me significantly when I crashed my cluster and had to fix it piece by piece, hope this helps Thanks and Best Regards,
f
Thanks Santosh, i will have a look. 🙂