Skip to content

Commit 5a50907

Browse files
authored
Fix --allow-privileged and --alsologtostderr descriptions
1 parent 3fccec8 commit 5a50907

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ kubelet [flags]
5353
<td colspan="2">--allow-privileged</td>
5454
</tr>
5555
<tr>
56-
<td></td><td style="line-height: 130%; word-wrap: break-word;">log to standard error as well as files</td>
56+
<td></td><td style="line-height: 130%; word-wrap: break-word;">If true, allow containers to request privileged mode.</td>
5757
</tr>
5858

5959
<tr>
6060
<td colspan="2">--alsologtostderr</td>
6161
</tr>
6262
<tr>
63-
<td></td><td style="line-height: 130%; word-wrap: break-word;">If true, allow containers to request privileged mode.</td>
63+
<td></td><td style="line-height: 130%; word-wrap: break-word;">log to standard error as well as files</td>
6464
</tr>
6565

6666
<tr>

0 commit comments

Comments
 (0)