diff --git a/docs/reference/setup-tools/kubeadm/kubeadm-token.md b/docs/reference/setup-tools/kubeadm/kubeadm-token.md index 2445182153..994c3a0bbe 100644 --- a/docs/reference/setup-tools/kubeadm/kubeadm-token.md +++ b/docs/reference/setup-tools/kubeadm/kubeadm-token.md @@ -8,7 +8,7 @@ title: kubeadm token {% capture overview %} Bootstrap tokens are used for establishing bidirectional trust between a node joining -the cluster and a the master node, as described in [authenticating with bootstrap tokens](/docs/admin/bootstrap-tokens/). +the cluster and a master node, as described in [authenticating with bootstrap tokens](/docs/admin/bootstrap-tokens/). `kubeadm init` creates an initial token with a 24-hour TTL. The following commands allow you to manage such a token and also to create and manage new ones.