Fix --allow-privileged and --alsologtostderr descriptions (#9507)

This commit is contained in:
Tanzeeb Khalili
2018-07-17 01:48:39 -04:00
committed by k8s-ci-robot
parent de644fbd24
commit af689cd6bf
@@ -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>