Remove rkt-api-endpoint and rkt-path arguments in the doc (#9538) (#9576)

Kubelet help return not exist rkt-api-endpoint and rkt-path arguments,
So delete not exist arguments.

Signed-off-by: Yuanbin.Chen <cybing4@gmail.com>
pull/9166/head^2
Yuanbin Chen 2018-07-20 00:58:53 +08:00 committed by k8s-ci-robot
parent daa846bdd9
commit b8226ae376
1 changed files with 0 additions and 14 deletions

View File

@ -969,20 +969,6 @@ kubelet [flags]
<td></td><td style="line-height: 130%; word-wrap: break-word;">Resolver configuration file used as the basis for the container DNS resolution configuration. (default "/etc/resolv.conf")</td>
</tr>
<tr>
<td colspan="2">--rkt-api-endpoint string</td>
</tr>
<tr>
<td></td><td style="line-height: 130%; word-wrap: break-word;">The endpoint of the rkt API service to communicate with. Only used if --container-runtime='rkt'. (default "localhost:15441")</td>
</tr>
<tr>
<td colspan="2">--rkt-path string</td>
</tr>
<tr>
<td></td><td style="line-height: 130%; word-wrap: break-word;">Path of rkt binary. Leave empty to use the first rkt in $PATH.</td>
</tr>
<tr>
<td colspan="2">--root-dir string</td>
</tr>