code = Unknown desc = failed to create containerd task. Failed to create shim task: OCI runtime create failed. runc create failed: Unable to start container process: unable to init seccomp: error loading seccomp filter into kernel err loading seccomp filter errno 524: unknown
vSphere with Tanzu
Worker nodes using Ubuntu OS with Linux Kernel Versions ( < 5.15.105)
net.core.bpf_jit_limit - https://github.com/moby/moby/issues/45498net.core.bpf_jit_limit can be increased manually on each worker node.In case the same symptom is still happening even with VKr/TKr 1.29.4 or higher, please collect below info and open a new support case.
1. Collect VKS Support Bundle
2. Collect following info from the worker node as soon as the symptom is observed
mkdir -p ~/seccomp
hostname -a > ~/seccomp/hostname
sudo bpftool prog show --json > ~/seccomp/bpftool-prog-show.json
sudo bpftool cgroup tree --json > ~/seccomp/bpftool-cgroup-tree.json
sudo crictl ps -a > ~/seccomp/crictl-ps-a.out
sudo cat /proc/vmallocinfo | grep bpf_jit | awk '{s+=$2} END {print s}' > ~/seccomp/vmallocinfo-bpf_jit.out
tar zcvf $(hostname)-$(date +%s)-seccomp-data.tgz ./seccomp