From 948aedbec8a0dc190087c2a792a3d6aeeadfcf1a Mon Sep 17 00:00:00 2001 From: monitor1379 Date: Wed, 9 Feb 2022 11:07:29 +0800 Subject: [PATCH] [zh] Update "CLuster" to "Cluster" --- content/zh/docs/reference/access-authn-authz/rbac.md | 2 +- content/zh/docs/setup/production-environment/_index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/zh/docs/reference/access-authn-authz/rbac.md b/content/zh/docs/reference/access-authn-authz/rbac.md index fd9da0b089..4e9f0fa341 100644 --- a/content/zh/docs/reference/access-authn-authz/rbac.md +++ b/content/zh/docs/reference/access-authn-authz/rbac.md @@ -559,7 +559,7 @@ Allow reading `"pods"` resources in the core --> #### Role 示例 {#role-examples} -以下示例均为从 Role 或 CLusterRole 对象中截取出来,我们仅展示其 `rules` 部分。 +以下示例均为从 Role 或 ClusterRole 对象中截取出来,我们仅展示其 `rules` 部分。 允许读取在核心 {{< glossary_tooltip text="API 组" term_id="api-group" >}}下的 `"Pods"`: diff --git a/content/zh/docs/setup/production-environment/_index.md b/content/zh/docs/setup/production-environment/_index.md index 7d344acdd4..b3b1d0ce0c 100644 --- a/content/zh/docs/setup/production-environment/_index.md +++ b/content/zh/docs/setup/production-environment/_index.md @@ -463,7 +463,7 @@ for a description of these different methods of authenticating Kubernetes users. --> - *基于角色的访问控制*([RBAC](/zh/docs/reference/access-authn-authz/rbac/)): 让你通过为通过身份认证的用户授权特定的许可集合来控制集群访问。 - 访问许可可以针对某特定名字空间(Role)或者针对整个集群(CLusterRole)。 + 访问许可可以针对某特定名字空间(Role)或者针对整个集群(ClusterRole)。 通过使用 RoleBinding 和 ClusterRoleBinding 对象,这些访问许可可以被 关联到特定的用户身上。