Skip to content

Commit

Permalink
Fix --allow-privileged and --alsologtostderr descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
tanzeeb committed Jul 13, 2018
1 parent 3fccec8 commit 5a50907
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ kubelet [flags]
<td colspan="2">--allow-privileged</td>
</tr>
<tr>
<td></td><td style="line-height: 130%; word-wrap: break-word;">log to standard error as well as files</td>
<td></td><td style="line-height: 130%; word-wrap: break-word;">If true, allow containers to request privileged mode.</td>
</tr>

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

<tr>
Expand Down

0 comments on commit 5a50907

Please sign in to comment.