kubeadm-token-create: fix wrong flag name for ttl (#9762)

This commit is contained in:
Lubomir I. Ivanov 2018-08-21 22:31:18 +03:00 committed by k8s-ci-robot
parent 3d308a6b6c
commit 822372f882
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ kubeadm token create [token]
</tr>
<tr>
<td colspan="2">--token-ttl duration&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: 24h0m0s</td>
<td colspan="2">--ttl duration&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: 24h0m0s</td>
</tr>
<tr>
<td></td><td style="line-height: 130%; word-wrap: break-word;">The duration before the token is automatically deleted (e.g. 1s, 2m, 3h). If set to '0', the token will never expire</td>