From 1db141c2ee247bf138c389d8dca0555905f24a4f Mon Sep 17 00:00:00 2001 From: Arhell Date: Sat, 18 Jun 2022 10:39:09 +0300 Subject: [PATCH] [zh] fix typo rbac-good-practices.md --- content/zh-cn/docs/concepts/security/rbac-good-practices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh-cn/docs/concepts/security/rbac-good-practices.md b/content/zh-cn/docs/concepts/security/rbac-good-practices.md index f4e7c2237a..3e9ed6ef07 100644 --- a/content/zh-cn/docs/concepts/security/rbac-good-practices.md +++ b/content/zh-cn/docs/concepts/security/rbac-good-practices.md @@ -157,7 +157,7 @@ Within Kubernetes RBAC there are a number of privileges which, if granted, can a to escalate their privileges in the cluster or affect systems outside the cluster. This section is intended to provide visibility of the areas where cluster operators -should take care, to ensure that they do not inadvertantly allow for more access to clusters than intended. +should take care, to ensure that they do not inadvertently allow for more access to clusters than intended. --> ## Kubernetes RBAC - 权限提权的风险 {#privilege-escalation-risks}