update --kubeconfig description (#11704)

This commit is contained in:
Hiroki tktk
2018-12-17 12:03:49 +09:00
committed by Kubernetes Prow Robot
parent 074a3cdad2
commit ea03ca2a0b
@@ -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>