From e7f92e51d499e9d3850a888c289954fddb6f8d3e Mon Sep 17 00:00:00 2001 From: "xin.li" Date: Mon, 4 Apr 2022 17:04:41 +0800 Subject: [PATCH] [zh] Update admission-controllers.md Signed-off-by: xin.li --- .../admission-controllers.md | 23 ++++++++++++------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/content/zh/docs/reference/access-authn-authz/admission-controllers.md b/content/zh/docs/reference/access-authn-authz/admission-controllers.md index e4bd5be733..f6582e86e1 100644 --- a/content/zh/docs/reference/access-authn-authz/admission-controllers.md +++ b/content/zh/docs/reference/access-authn-authz/admission-controllers.md @@ -1208,10 +1208,10 @@ based on the requested security context and the available Pod Security Policies. 安全策略确定是否可以执行请求。 -查看 [Pod 安全策略文档](/zh/docs/concepts/policy/pod-security-policy/) +查看 [Pod 安全策略文档](/zh/docs/concepts/security/pod-security-policy/) 了解更多细节。 ### PodTolerationRestriction {#podtolerationrestriction} @@ -1328,22 +1328,29 @@ Pod 的 `.spec.overhead` 字段和 RuntimeClass 的 `.overhead` 字段均为处 ### SecurityContextDeny {#securitycontextdeny} 该准入控制器将拒绝任何试图设置特定提升 [SecurityContext](/zh/docs/tasks/configure-pod-container/security-context/) 字段的 Pod,正如任务 [为 Pod 或 Container 配置安全上下文](/zh/docs/tasks/configure-pod-container/security-context/) 中所展示的那样。 -如果集群没有使用 [Pod 安全策略](/zh/docs/concepts/policy/pod-security-policy/) -来限制安全上下文所能获取的值集,那么应该启用这个功能。 +如果集群没有使用 [Pod 安全性准入](/zh/docs/concepts/security/pod-security-admission/)、 +[PodSecurityPolicies](/zh/docs/concepts/security/pod-security-policy/), +也没有任何外部执行机制,那么你可以使用此准入控制器来限制安全上下文所能获取的值集。 + +有关限制 Pod 权限的更多内容,请参阅 +[Pod 安全标准](/zh/docs/concepts/security/pod-security-standards/)。 ### ServiceAccount {#serviceaccount}