From d70bbe5478c26c0c639bd90b851a44b8c34ca9ee Mon Sep 17 00:00:00 2001 From: Drinky Pool Date: Mon, 8 Jan 2018 11:15:21 +0800 Subject: [PATCH] extra word "the" is not neccessary --- docs/reference/setup-tools/kubeadm/kubeadm-token.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.