update --kubeconfig description (#11704)

pull/11473/merge
Hiroki tktk 2018-12-17 12:03:49 +09:00 committed by Kubernetes Prow Robot
parent 074a3cdad2
commit ea03ca2a0b
1 changed files with 1 additions and 1 deletions

View File

@ -721,7 +721,7 @@ kubelet [flags]
<td colspan="2">--kubeconfig string</td>
</tr>
<tr>
<td></td><td style="line-height: 130%; word-wrap: break-word;">Path to a kubeconfig file, specifying how to connect to the API server. (default "/var/lib/kubelet/kubeconfig")</td>
<td></td><td style="line-height: 130%; word-wrap: break-word;">Path to a kubeconfig file, specifying how to connect to the API server. Providing --kubeconfig enables API server mode, omitting --kubeconfig enables standalone mode. </td>
</tr>
<tr>