kubeadm-token-create: fix wrong flag name for ttl (#9762)
This commit is contained in:
parent
3d308a6b6c
commit
822372f882
|
@ -62,7 +62,7 @@ kubeadm token create [token]
|
|||
</tr>
|
||||
|
||||
<tr>
|
||||
<td colspan="2">--token-ttl duration Default: 24h0m0s</td>
|
||||
<td colspan="2">--ttl duration 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>
|
||||
|
|
Loading…
Reference in New Issue