Skip to content

Commit 60ee2c2

Browse files
committed
Add the documentation on the kubernetes.io/psp annotation
1 parent 5036a1e commit 60ee2c2

File tree

1 file changed

+6
-0
lines changed
  • content/en/docs/reference/labels-annotations-taints

1 file changed

+6
-0
lines changed

content/en/docs/reference/labels-annotations-taints/_index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,12 @@ or updating objects that contain Pod templates, such as Deployments, Jobs, State
618618
See [Enforcing Pod Security at the Namespace Level](/docs/concepts/security/pod-security-admission)
619619
for more information.
620620

621+
### kubernetes.io/psp (deprecated) {#kubernetes-io-psp}
622+
623+
Example: `kubernetes.io/psp: restricted`
624+
625+
Value is the name of the [PodSecurityPolicy](/docs/concepts/security/pod-security-policy/) that was validated against the ressource.
626+
621627
### seccomp.security.alpha.kubernetes.io/pod (deprecated) {#seccomp-security-alpha-kubernetes-io-pod}
622628

623629
This annotation has been deprecated since Kubernetes v1.19 and will become non-functional in v1.25.

0 commit comments

Comments
 (0)