File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
content/en/docs/tasks/configure-pod-container Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,11 @@ content_type: task
7
7
min-kubernetes-server-version : v1.22
8
8
---
9
9
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" >}}.
11
15
12
16
## {{% heading "prerequisites" %}}
13
17
You can’t perform that action at this time.
0 commit comments