File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/zh/docs/concepts/security Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ Kubernetes [Pod 安全性标准(Security Standards)](/zh/docs/concepts/secur
35
35
<!--
36
36
As a Beta feature, Kubernetes offers a built-in _Pod Security_ {{< glossary_tooltip
37
37
text="admission controller" term_id="admission-controller" >}}, the successor
38
- to [PodSecurityPolicies](/docs/concepts/policy /pod-security-policy/). Pod security restrictions
38
+ to [PodSecurityPolicies](/docs/concepts/security /pod-security-policy/). Pod security restrictions
39
39
are applied at the {{< glossary_tooltip text="namespace" term_id="namespace" >}} level when pods
40
40
are created.
41
41
-->
42
42
作为一项 Beta 功能特性,Kubernetes 提供一种内置的 _ Pod 安全性_
43
43
{{< glossary_tooltip text="准入控制器" term_id="admission-controller" >}},
44
- 作为 [ PodSecurityPolicies] ( /zh/docs/concepts/policy /pod-security-policy/ )
44
+ 作为 [ PodSecurityPolicies] ( /zh/docs/concepts/security /pod-security-policy/ )
45
45
特性的后继演化版本。Pod 安全性限制是在 Pod 被创建时在
46
46
{{< glossary_tooltip text="名字空间" term_id="namespace" >}}层面实施的。
47
47
You can’t perform that action at this time.
0 commit comments