Skip to content

Commit d4bbdb5

Browse files
authored
Merge pull request #33219 from chrisnegus/dockershim-podsecurity-docs
Update pod security docs for dockershim removal
2 parents 27d1959 + a34a056 commit d4bbdb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/en/docs/concepts/security/pod-security-policy.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -658,8 +658,7 @@ added. Capabilities listed in `RequiredDropCapabilities` must not be included in
658658

659659
**DefaultAddCapabilities** - The capabilities which are added to containers by
660660
default, in addition to the runtime defaults. See the
661-
[Docker documentation](https://docs.docker.com/engine/reference/run/#runtime-privilege-and-linux-capabilities)
662-
for the default list of capabilities when using the Docker runtime.
661+
the documentation for your container runtime for information on working with Linux capabilities.
663662

664663
### SELinux
665664

content/en/examples/policy/restricted-psp.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ kind: PodSecurityPolicy
33
metadata:
44
name: restricted
55
annotations:
6+
# docker/default identifies a profile for seccomp, but it is not particularly tied to the Docker runtime
67
seccomp.security.alpha.kubernetes.io/allowedProfileNames: 'docker/default,runtime/default'
78
apparmor.security.beta.kubernetes.io/allowedProfileNames: 'runtime/default'
89
apparmor.security.beta.kubernetes.io/defaultProfileName: 'runtime/default'

0 commit comments

Comments
 (0)