add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,24 @@
# rbac-lookup
> 在您的 Kubernetes 集群中查找附加到任何用户、服务账户或组名称的角色和集群角色。
> 更多信息请访问:<https://github.com/reactiveops/rbac-lookup>。
- 查看所有 RBAC 绑定:
`rbac-lookup`
- 查看与给定表达式匹配的 RBAC 绑定:
`rbac-lookup {{search_term}}`
- 查看所有 RBAC 绑定及其源角色绑定:
`rbac-lookup -o wide`
- 按主题过滤查看所有 RBAC 绑定:
`rbac-lookup -k {{user|group|serviceaccount}}`
- 查看所有 RBAC 绑定以及 IAM 角色(如果您正在使用 GKE
`rbac-lookup --gke`