Merge pull request #29433 from saschagrunert/seccomp-api-removal-note
Add note about deprecated seccomp annotation
This commit is contained in:
@@ -425,4 +425,10 @@ policies to apply when validating a submitted Pod. Note that warnings are also d
|
||||
or updating objects that contain Pod templates, such as Deployments, Jobs, StatefulSets, etc.
|
||||
|
||||
See [Enforcing Pod Security at the Namespace Level](/docs/concepts/security/pod-security-admission)
|
||||
for more information.
|
||||
for more information.
|
||||
|
||||
## seccomp.security.alpha.kubernetes.io/pod and container.seccomp.security.alpha.kubernetes.io/[NAME] (deprecated)
|
||||
|
||||
The seccomp annotations have been deprecated since Kubernetes v1.19 and will
|
||||
become non-functional in v1.25. Please use the `seccompProfile` of the
|
||||
`SecurityContext` instead.
|
||||
Reference in New Issue
Block a user