File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
en/docs/tasks/configure-pod-container
zh/docs/tasks/configure-pod-container Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ min-kubernetes-server-version: v1.22
9
9
10
10
Namespaces can be labeled to enforce the [ Pod Security Standards] ( /docs/concepts/security/pod-security-standards ) . The three policies
11
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
12
+ and [ restricted] ( /docs/concepts/security/pod-security-standards/#restricted ) broadly cover the security spectrum
13
13
and are implemented by the [ Pod Security] ( /docs/concepts/security/pod-security-admission/ ) {{< glossary_tooltip
14
14
text="admission controller" term_id="admission-controller" >}}.
15
15
Original file line number Diff line number Diff line change @@ -13,9 +13,16 @@ min-kubernetes-server-version: v1.22
13
13
-->
14
14
15
15
<!--
16
- Namespaces can be labeled to enforce the [Pod Security Standards](/docs/concepts/security/pod-security-standards).
16
+ Namespaces can be labeled to enforce the [Pod Security Standards](/docs/concepts/security/pod-security-standards).The three policies
17
+ [privileged](/docs/concepts/security/pod-security-standards/#privileged), [baseline](/docs/concepts/security/pod-security-standards/#baseline)
18
+ and [restricted](/docs/concepts/security/pod-security-standards/#restricted) broadly cover the security spectrum
19
+ and are implemented by the [Pod Security](/docs/concepts/security/pod-security-admission/)
17
20
-->
18
- 你可以通过为名字空间设置标签来强制实施 [ Pod 安全标准] ( /zh/docs/concepts/security/pod-security-standards ) 。
21
+ [ 特权(privileged)] ( /zh/docs/concepts/security/pod-security-standards/#privileged ) 、
22
+ [ 基线(baseline)] ( /zh/docs/concepts/security/pod-security-standards/#baseline ) 和
23
+ [ 受限(restricted)] ( /zh/docs/concepts/security/pod-security-standards/#restricted )
24
+ 这三种策略涵盖了广泛安全范围,并由 [ Pod 安全] ( /zh/docs/concepts/security/pod-security-admission/ )
25
+ {{< glossary_tooltip text="准入控制器" term_id="admission-controller" >}}实现。
19
26
20
27
## {{% heading "prerequisites" %}}
21
28
You can’t perform that action at this time.
0 commit comments