Skip to content

Commit 45e3ddd

Browse files
authored
Merge pull request #26270 from chymy/command-klet-0128
Fix typo for zh\docs\reference\command-line-tools-reference\kubelet.md
2 parents dd7da56 + 146e0a8 commit 45e3ddd

File tree

1 file changed

+1
-2
lines changed
  • content/zh/docs/reference/command-line-tools-reference

1 file changed

+1
-2
lines changed

content/zh/docs/reference/command-line-tools-reference/kubelet.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ log to standard error as well as files
118118
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.)
119119
-->
120120
设置为 true 表示 kubelet 服务器可以接受匿名请求。未被任何认证组件拒绝的请求将被视为匿名请求。
121-
匿名请求的用户名为 <code>system:anonymous</code>,用户组为 </code>system:unauthenticated</code>。
121+
匿名请求的用户名为 <code>system:anonymous</code>,用户组为 <code>system:unauthenticated</code>。
122122
已弃用:应在 <code>--config</code> 所给的配置文件中进行设置。
123123
(<a href="https://kubernetes.io/zh/docs/tasks/administer-cluster/kubelet-config-file/">进一步了解</a>)
124124
</td>
@@ -1353,7 +1353,6 @@ Content type of requests sent to apiserver. (default "application/vnd.kubernetes
13531353
已弃用:应在 <code>--config</code> 所给的配置文件中进行设置。
13541354
(<a href="https://kubernetes.io/zh/docs/tasks/administer-cluster/kubelet-config-file/">进一步了解</a>)
13551355
</td>
1356-
</td>
13571356
</tr>
13581357

13591358
<tr>

0 commit comments

Comments
 (0)