File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
content/en/docs/reference/labels-annotations-taints Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -622,7 +622,11 @@ for more information.
622
622
623
623
Example: ` kubernetes.io/psp: restricted `
624
624
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.
626
630
627
631
### seccomp.security.alpha.kubernetes.io/pod (deprecated) {#seccomp-security-alpha-kubernetes-io-pod}
628
632
You can’t perform that action at this time.
0 commit comments