This message was deleted.
# rke2
a
This message was deleted.
c
you need to tell crictl where your socket is. It looks like you’re trying to use the dockershim CRI socket? RKE2 doesn’t use that…
Copy code
export CONTAINER_RUNTIME_ENDPOINT="unix:///var/run/k3s/containerd/containerd.sock"

crictl ps -a
I’m not sure why you’re going right to crictl through, have you checked the logs? rke2-server log in journald, /var/log/pods, and so on.
c
went to crictl because I saw it in another reply & I didn't know which logs I should be looking at 🙂 I've gone through journald & will go through /var/log/pods.