Skip to content

Commit 9a2a9ad

Browse files
authored
Merge pull request #35013 from fenggw-fnst/fix-kubelet
Drop redundant </td> in reference/command-line-tools-reference/kubelet.md
2 parents 8b9ff65 + 7ddc764 commit 9a2a9ad

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
@@ -90,7 +90,7 @@ kubelet [flags]
9090
</tr>
9191

9292
<tr>
93-
<td colspan="2">--authorization-mode string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: <code>AlwaysAllow</code></td></td>
93+
<td colspan="2">--authorization-mode string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: <code>AlwaysAllow</code></td>
9494
</tr>
9595
<tr>
9696
<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. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See <a href="https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/">kubelet-config-file</a> for more information.)</td>

0 commit comments

Comments
 (0)