Skip to content

Commit 4d5ddc5

Browse files
authored
Merge pull request #20855 from povsister/patch-1
Update kubelet command line reference
2 parents a0f8b29 + c0238b0 commit 4d5ddc5

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ kubelet [flags]
9696
<td colspan="2">--authorization-mode string</td>
9797
</tr>
9898
<tr>
99-
<td></td><td style="line-height: 130%; word-wrap: break-word;">Authorization mode for Kubelet server. Valid options are AlwaysAllow or Webhook. Webhook mode uses the SubjectAccessReview API to determine authorization. (default "AlwaysAllow") (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.)</td>
99+
<td></td><td style="line-height: 130%; word-wrap: break-word;">Authorization mode for Kubelet server. Valid options are AlwaysAllow or Webhook. Webhook mode uses the SubjectAccessReview API to determine authorization. (default "AlwaysAllow" when --config flag is not provided; "Webhook" when --config flag presents.) (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.)</td>
100100
</tr>
101101

102102
<tr>

0 commit comments

Comments
 (0)