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: