intel / cri-resource-manager

Kubernetes Container Runtime Interface proxy service with hardware resource aware workload placement policies
Apache License 2.0
176 stars 57 forks source link

e2e: fix pod deletion in Ubuntu 24.04 by disabling runc apparmor #1119

Closed askervin closed 2 months ago

askervin commented 2 months ago

Pods fail to terminate in Ubuntu 24.04 without disabling runc apparmor.

Changing containerd configuration did not work for me.

https://www.reddit.com/r/kubernetes/comments/1dv6z9d/ubuntu_2404_pod_termination_issue/

This does not break Ubuntu 22.04, that works both with and without this change.