From 98ce8444e0da64a544ce67d487f497b365e90826 Mon Sep 17 00:00:00 2001 From: lemon-tree Date: Fri, 18 Aug 2017 02:48:35 +0800 Subject: [PATCH] Update kubeadm.md (#5004) There is a lost "." should be added, and I modified "is use for" to "is used for". --- docs/admin/kubeadm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/admin/kubeadm.md b/docs/admin/kubeadm.md index c4f0d5a5cd..7b617e60b9 100644 --- a/docs/admin/kubeadm.md +++ b/docs/admin/kubeadm.md @@ -54,7 +54,7 @@ steps: is used to authenticate. The control plane will sign this CSR requested automatically. -1. kubeadm configures the local kubelet to connect to the API server +1. kubeadm configures the local kubelet to connect to the API server. ## Usage @@ -211,7 +211,7 @@ set up the Kubernetes master to automatically approve these signing requests. This token is passed in with the `--tls-bootstrap-token abcdef.1234567890abcdef` flag. -Often times the same token is use for both parts. In this case, the `--token` flag +Often times the same token is used for both parts. In this case, the `--token` flag can be used instead of specifying the each token individually. Here's an example on how to use it: