Skip to content

Commit f105223

Browse files
authored
Merge pull request #33622 from domgoodwin/main
Add references to pod security levels and admission controller
2 parents 446ae17 + 2b73196 commit f105223

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

content/en/docs/tasks/configure-pod-container/enforce-standards-namespace-labels.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ content_type: task
77
min-kubernetes-server-version: v1.22
88
---
99

10-
Namespaces can be labeled to enforce the [Pod Security Standards](/docs/concepts/security/pod-security-standards).
10+
Namespaces can be labeled to enforce the [Pod Security Standards](/docs/concepts/security/pod-security-standards). The three policies
11+
[privileged](/docs/concepts/security/pod-security-standards/#privileged), [baseline](/docs/concepts/security/pod-security-standards/#baseline)
12+
and [restricted](https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted) broadly cover the security spectrum
13+
and are implemented by the [Pod Security](/docs/concepts/security/pod-security-admission/) {{< glossary_tooltip
14+
text="admission controller" term_id="admission-controller" >}}.
1115

1216
## {{% heading "prerequisites" %}}
1317

0 commit comments

Comments
 (0)