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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user