Skip to content

Commit 76429c1

Browse files
authored
Merge pull request #31666 from monitor1379/main
[zh] Update "CLuster" to "Cluster"
2 parents 6b6c7a2 + 948aedb commit 76429c1

File tree

2 files changed

+2
-2
lines changed
  • content/zh/docs

2 files changed

+2
-2
lines changed

content/zh/docs/reference/access-authn-authz/rbac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ Allow reading `"pods"` resources in the core
559559
-->
560560
#### Role 示例 {#role-examples}
561561

562-
以下示例均为从 Role 或 CLusterRole 对象中截取出来,我们仅展示其 `rules` 部分。
562+
以下示例均为从 Role 或 ClusterRole 对象中截取出来,我们仅展示其 `rules` 部分。
563563

564564
允许读取在核心 {{< glossary_tooltip text="API 组" term_id="api-group" >}}下的
565565
`"Pods"`

content/zh/docs/setup/production-environment/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ for a description of these different methods of authenticating Kubernetes users.
463463
-->
464464
- *基于角色的访问控制*[RBAC](/zh/docs/reference/access-authn-authz/rbac/)):
465465
让你通过为通过身份认证的用户授权特定的许可集合来控制集群访问。
466-
访问许可可以针对某特定名字空间(Role)或者针对整个集群(CLusterRole)。
466+
访问许可可以针对某特定名字空间(Role)或者针对整个集群(ClusterRole)。
467467
通过使用 RoleBinding 和 ClusterRoleBinding 对象,这些访问许可可以被
468468
关联到特定的用户身上。
469469
<!--

0 commit comments

Comments
 (0)