From 9bb892ea52af72f198e747323589d623fd9549af Mon Sep 17 00:00:00 2001 From: liutao <473139299@qq.com> Date: Sun, 26 Dec 2021 09:47:14 +0800 Subject: [PATCH] [zh] Update rbac.md (#29795) * Update rbac.md * Update rbac.md --- content/zh/docs/reference/access-authn-authz/rbac.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/docs/reference/access-authn-authz/rbac.md b/content/zh/docs/reference/access-authn-authz/rbac.md index c393969b68..fd9da0b089 100644 --- a/content/zh/docs/reference/access-authn-authz/rbac.md +++ b/content/zh/docs/reference/access-authn-authz/rbac.md @@ -483,7 +483,7 @@ that change triggers adding the new rules into the aggregated ClusterRole. Here is an example that adds rules to the "monitoring" ClusterRole, by creating another ClusterRole labeled `rbac.example.com/aggregate-to-monitoring: true`. --> -如果你创建一个与某现有聚合 ClusterRole 的标签选择算符匹配的 ClusterRole, +如果你创建一个与某个已存在的聚合 ClusterRole 的标签选择算符匹配的 ClusterRole, 这一变化会触发新的规则被添加到聚合 ClusterRole 的操作。 下面的例子中,通过创建一个标签同样为 `rbac.example.com/aggregate-to-monitoring: true` 的 ClusterRole,新的规则可被添加到 "monitoring" ClusterRole 中。