Merge pull request #29433 from saschagrunert/seccomp-api-removal-note

Add note about deprecated seccomp annotation
This commit is contained in:
Kubernetes Prow Robot
2021-09-10 14:27:02 -07:00
committed by GitHub
2 changed files with 19 additions and 5 deletions
@@ -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.