You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chroot /host ctr -a /run/k3s/containerd/containerd.sock task kill -s SIGKILL ksniff-container-JoyJCGGE
chroot: can't execute 'ctr': No such file or directory
this is the error when using --socket /run/k3s/containerd/containerd.sock
I am trying to do a packet inspection for a pod wit ksniff on RKE2 cluster. The Ksniff always fails to create the pod due to:
MountVolume.SetUp failed for volume "container-socket" : hostPath type check failed: /run/containerd/containerd.sock is not a socket file
I tried --socket /run/k3s/containerd/containerd.sock, still does not work.
The text was updated successfully, but these errors were encountered: