From 9e62b8540847686c87c2c79f67f718bc55036c7f Mon Sep 17 00:00:00 2001 From: "xin.li" Date: Sat, 21 Dec 2024 16:08:03 +0800 Subject: [PATCH] [zh-cn]sync production-environment/_index.md Signed-off-by: xin.li --- content/zh-cn/docs/setup/production-environment/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/zh-cn/docs/setup/production-environment/_index.md b/content/zh-cn/docs/setup/production-environment/_index.md index 4297409bca..2e15aab990 100644 --- a/content/zh-cn/docs/setup/production-environment/_index.md +++ b/content/zh-cn/docs/setup/production-environment/_index.md @@ -462,12 +462,12 @@ As someone setting up authentication and authorization on your production Kubern - **设置鉴权模式**:当 Kubernetes API 服务器([kube-apiserver](/docs/reference/command-line-tools-reference/kube-apiserver/))启动时, - 所支持的鉴权模式必须使用 `--authorization-mode` 标志配置。 + 所支持的鉴权模式必须使用 `*--authorization-config` 文件或 `--authorization-mode` 标志配置。 例如,`kube-apiserver.yaml`(位于 `/etc/kubernetes/manifests` 下)中对应的标志可以设置为 `Node,RBAC`。 这样就会针对已完成身份认证的请求执行 Node 和 RBAC 鉴权。