From d905c3838f7e3c82d5691a2493a8c6f8dbdd65e9 Mon Sep 17 00:00:00 2001 From: Tuna Date: Wed, 31 May 2017 01:41:16 +0700 Subject: [PATCH] add unit of --ttl duration (#3915) * add unit of --ttl duration fix #3890 * fix typo --- docs/admin/kubeadm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/kubeadm.md b/docs/admin/kubeadm.md index ba978d3c5c..50c9f08a5d 100644 --- a/docs/admin/kubeadm.md +++ b/docs/admin/kubeadm.md @@ -331,7 +331,7 @@ commands. * `kubeadm token create` Creates a new token. * `--description` Set the description on the new token. * `--ttl duration` Set expiration time of the token as a delta from "now". - Default is 0 for no expiration. + Default is 0 for no expiration. The unit of the duration is seconds. * `--usages` Set the ways that the token can be used. The default is `signing,authentication`. These are the usages as described above. * `kubeadm token delete |.` Delete a token.