diff --git a/content/zh-cn/docs/concepts/security/api-server-bypass-risks.md b/content/zh-cn/docs/concepts/security/api-server-bypass-risks.md index 4b5cafc678..2d0bc8e9a3 100644 --- a/content/zh-cn/docs/concepts/security/api-server-bypass-risks.md +++ b/content/zh-cn/docs/concepts/security/api-server-bypass-risks.md @@ -23,7 +23,8 @@ Kubernetes API 服务器是外部(用户和服务)与集群交互的主要 作为此角色的一部分,API 服务器有几个关键的内置安全控制, @@ -91,13 +92,13 @@ API server. However, the Pod still runs on the node. For more information, refer - 仅在节点需要时[启用 kubelet 静态 Pod 清单功能](/zh-cn/docs/tasks/configure-pod-container/static-pod/#static-pod-creation)。 - 如果节点使用静态 Pod 功能,请将对静态 Pod 清单目录或 URL 的文件系统的访问权限限制为需要访问的用户。 @@ -268,13 +269,13 @@ control plane components. - 确保严格控制对容器运行时套接字所在的文件系统访问。如果可能,限制为仅 `root` 用户可访问。