Update kubeadm.md (#5004)

There is a lost "." should be added, and I modified "is use for" to "is used for".
This commit is contained in:
lemon-tree
2017-08-18 02:48:35 +08:00
committed by Steve Perry
parent 53177b5de0
commit 98ce8444e0
+2 -2
View File
@@ -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: