This message was deleted.
# rke2
a
This message was deleted.
r
Does the file
Copy code
/run/k3s/containerd/containerd.sock
exist? Have you poked around with any of the other commands from https://gist.github.com/superseb/3b78f47989e0dbc1295486c186e944bf ?
b
It exists, i think i should be able to create a config then. let me check out the other commands. tx
r
No problem.
b
No luck:
Copy code
/var/lib/rancher/rke2/bin/crictl --runtime-endpoint unix:///run/k3s/containerd/containerd.sock ps -a
FATA[0009] connect: connect endpoint 'unix:///run/k3s/containerd/containerd.sock', make sure you are running as root and the endpoint has been started: context deadline exceeded
r
Did you try
Copy code
/var/lib/rancher/rke2/bin/crictl --config /var/lib/rancher/rke2/agent/etc/crictl.yaml ps
The socket directly I only tried with
ctr
but I used the config with
crictl
. Both worked fine for me.
b
i tried the ctr one again and that works now
wtf... whle recreating my environment onto a new setup, i selected the vps with 2gb of ram and it struggled with memory... i distinctly rememeber upgrading that thing in the old env due to this...
123 Views