fix missing word "to" in kubeadm/kubelet-integration.md (#15419)

This commit is contained in:
Michael Vorburger ⛑️ 2019-07-14 16:51:03 +02:00 committed by Kubernetes Prow Robot
parent ce8fc52fef
commit ce1753952e
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ If the reload and restart are successful, the normal `kubeadm init` workflow con
### 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
`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`.