From 146e0a8aeb51e2368fd3865887c6c2061c662126 Mon Sep 17 00:00:00 2001 From: chymy Date: Thu, 28 Jan 2021 15:13:45 +0800 Subject: [PATCH] Fix typo for zh\docs\reference\command-line-tools-reference\kubelet.md Signed-off-by: chymy --- .../zh/docs/reference/command-line-tools-reference/kubelet.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/zh/docs/reference/command-line-tools-reference/kubelet.md b/content/zh/docs/reference/command-line-tools-reference/kubelet.md index 32daddda68..317a3a581e 100644 --- a/content/zh/docs/reference/command-line-tools-reference/kubelet.md +++ b/content/zh/docs/reference/command-line-tools-reference/kubelet.md @@ -118,7 +118,7 @@ log to standard error as well as files Enables anonymous requests to the Kubelet server. Requests that are not rejected by another authentication method are treated as anonymous requests. Anonymous requests have a username of `system:anonymous`, and a group name of `system:unauthenticated`. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's `--config` flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.) --> 设置为 true 表示 kubelet 服务器可以接受匿名请求。未被任何认证组件拒绝的请求将被视为匿名请求。 -匿名请求的用户名为 system:anonymous,用户组为 system:unauthenticated。 +匿名请求的用户名为 system:anonymous,用户组为 system:unauthenticated。 已弃用:应在 --config 所给的配置文件中进行设置。 (进一步了解) @@ -1353,7 +1353,6 @@ Content type of requests sent to apiserver. (default "application/vnd.kubernetes 已弃用:应在 --config 所给的配置文件中进行设置。 (进一步了解) -