Skip to content

Commit 23eea7e

Browse files
mtardyTim Bannister
andauthored
Add more context in the annotation page
Co-authored-by: Tim Bannister <[email protected]>
1 parent 3b8a2a0 commit 23eea7e

File tree

1 file changed

+5
-1
lines changed
  • content/en/docs/reference/labels-annotations-taints

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,11 @@ for more information.
622622

623623
Example: `kubernetes.io/psp: restricted`
624624

625-
Value is the name of the [PodSecurityPolicy](/docs/concepts/security/pod-security-policy/) that was validated against the ressource.
625+
This annotation is only relevant if you are using [PodSecurityPolicies](/docs/concepts/security/pod-security-policy/).
626+
627+
When the PodSecurityPolicy admission controller admits a Pod, the admission controller
628+
modifies the Pod to have this annotation.
629+
The value of the annotation is the name of the PodSecurityPolicy that was used for validation.
626630

627631
### seccomp.security.alpha.kubernetes.io/pod (deprecated) {#seccomp-security-alpha-kubernetes-io-pod}
628632

0 commit comments

Comments
 (0)