From ce1753952ea709fa6925c8898ba7a603dda3603e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vorburger=20=E2=9B=91=EF=B8=8F?= Date: Sun, 14 Jul 2019 16:51:03 +0200 Subject: [PATCH] fix missing word "to" in kubeadm/kubelet-integration.md (#15419) --- .../production-environment/tools/kubeadm/kubelet-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/setup/production-environment/tools/kubeadm/kubelet-integration.md b/content/en/docs/setup/production-environment/tools/kubeadm/kubelet-integration.md index 01f63556f4..f3ca59d898 100644 --- a/content/en/docs/setup/production-environment/tools/kubeadm/kubelet-integration.md +++ b/content/en/docs/setup/production-environment/tools/kubeadm/kubelet-integration.md @@ -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`.