Skip to content

Commit 16e11b2

Browse files
authored
Merge pull request #33655 from kinzhi/kinzhi107
[zh]Update content/zh/docs/tasks/configure-pod-container/enforce-standards-namespace-labels.md
2 parents 96ec9a6 + d82bdb4 commit 16e11b2

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ min-kubernetes-server-version: v1.22
99

1010
Namespaces can be labeled to enforce the [Pod Security Standards](/docs/concepts/security/pod-security-standards). The three policies
1111
[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
1313
and are implemented by the [Pod Security](/docs/concepts/security/pod-security-admission/) {{< glossary_tooltip
1414
text="admission controller" term_id="admission-controller" >}}.
1515

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,16 @@ min-kubernetes-server-version: v1.22
1313
-->
1414

1515
<!--
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/)
1720
-->
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" >}}实现。
1926

2027
## {{% heading "prerequisites" %}}
2128

0 commit comments

Comments
 (0)