Skip to content

Commit cbc8415

Browse files
[zh] Update content/zh-cn/docs/reference/access-authn-authz/admission-controllers.md
Signed-off-by: wuyanping <wuyanping@uniontech.com> Update content/zh-cn/docs/reference/access-authn-authz/admission-controllers.md Co-authored-by: Michael <haifeng.yao@daocloud.io> Update content/zh-cn/docs/reference/access-authn-authz/admission-controllers.md Co-authored-by: Michael <haifeng.yao@daocloud.io> Update content/zh-cn/docs/reference/access-authn-authz/admission-controllers.md Co-authored-by: Michael <haifeng.yao@daocloud.io>
1 parent 1483479 commit cbc8415

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

content/zh-cn/docs/reference/access-authn-authz/admission-controllers.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1494,6 +1494,16 @@ You should enable this admission controller if you intend to make any use of Kub
14941494
的自动化。强烈推荐为 Kubernetes 项目启用此准入控制器。
14951495
如果你打算使用 Kubernetes 的 `ServiceAccount` 对象,你应启用这个准入控制器。
14961496

1497+
<!--
1498+
Regarding the annotation `kubernetes.io/enforce-mountable-secrets`: While the annotation's name suggests it only concerns the mounting of Secrets,
1499+
its enforcement also extends to other ways Secrets are used in the context of a Pod.
1500+
Therefore, it is crucial to ensure that all the referenced secrets are correctly specified in the ServiceAccount.
1501+
-->
1502+
关于 `kubernetes.io/enforce-mountable-secrets` 注解:尽管注解的名称表明它只涉及 Secret 的挂载,
1503+
但其执行范围也扩展到 Pod 上下文中 Secret 的其他使用方式。
1504+
因此,确保所有引用的 Secret 在 ServiceAccount 中被正确指定是至关重要的。
1505+
1506+
14971507
### StorageObjectInUseProtection {#storageobjectinuseprotection}
14981508

14991509
<!--

0 commit comments

Comments
 (0)