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
{{ message }}
This repository was archived by the owner on Mar 9, 2022. It is now read-only.
For privileged Kubernetes containers with the runtime/default AppArmor explicitly applied, there is a difference in behaviour between Docker and containerd.
I think the first behaviour makes the most sense for compatibility with Docker and dockershim, but it does mean that privileged containers will never get the runtime's default AppArmor profile applied (a workaround would be for the cluster operator to clone the default profile under a new name, and apply that instead).
Also, it could be argued that this is better fixed in the Kubelet's kuberuntime, similar to how dockershim works.