Merge pull request #33219 from chrisnegus/dockershim-podsecurity-docs

Update pod security docs for dockershim removal
This commit is contained in:
Kubernetes Prow Robot
2022-04-28 08:17:50 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -3,6 +3,7 @@ kind: PodSecurityPolicy
metadata:
name: restricted
annotations:
# docker/default identifies a profile for seccomp, but it is not particularly tied to the Docker runtime
seccomp.security.alpha.kubernetes.io/allowedProfileNames: 'docker/default,runtime/default'
apparmor.security.beta.kubernetes.io/allowedProfileNames: 'runtime/default'
apparmor.security.beta.kubernetes.io/defaultProfileName: 'runtime/default'