Comment 43 for bug 2040483

Revision history for this message
Guo Le (timguole) wrote :

My k8s cluster faces the same problem on Ubuntu 24.04 with containerd 1.7.12. I searched the
 web and found some info:
1, containerd codes its apparmor profile in go source code.
2, containerd has fixed this issue in recent releases, 1.7.19 or even earlier version. The profile template file now contains two more lines: "signal (receive) peer=runc" and "signal (receive) peer=crun".
3, disabling apparmor and rebooting the system can workaround this problem. At least, my k8s can terminates pod now.