fix missing word "to" in kubeadm/kubelet-integration.md (#15419)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
ce8fc52fef
commit
ce1753952e
@@ -138,7 +138,7 @@ If the reload and restart are successful, the normal `kubeadm init` workflow con
|
|||||||
|
|
||||||
### Workflow when using `kubeadm join`
|
### Workflow when using `kubeadm join`
|
||||||
|
|
||||||
When you run `kubeadm join`, kubeadm uses the Bootstrap Token credential perform
|
When you run `kubeadm join`, kubeadm uses the Bootstrap Token credential to perform
|
||||||
a TLS bootstrap, which fetches the credential needed to download the
|
a TLS bootstrap, which fetches the credential needed to download the
|
||||||
`kubelet-config-1.X` ConfigMap and writes it to `/var/lib/kubelet/config.yaml`. The dynamic
|
`kubelet-config-1.X` ConfigMap and writes it to `/var/lib/kubelet/config.yaml`. The dynamic
|
||||||
environment file is generated in exactly the same way as `kubeadm init`.
|
environment file is generated in exactly the same way as `kubeadm init`.
|
||||||
|
|||||||
Reference in New Issue
Block a user