File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
content/en/docs/setup/production-environment/tools/kubeadm Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -151,8 +151,10 @@ systemctl daemon-reload && systemctl restart kubelet
151
151
After the kubelet loads the new configuration, kubeadm writes the
152
152
` /etc/kubernetes/bootstrap-kubelet.conf` KubeConfig file, which contains a CA certificate and Bootstrap
153
153
Token. These are used by the kubelet to perform the TLS Bootstrap and obtain a unique
154
- credential, which is stored in `/etc/kubernetes/kubelet.conf`. When this file is written, the kubelet
155
- has finished performing the TLS Bootstrap.
154
+ credential, which is stored in `/etc/kubernetes/kubelet.conf`.
155
+
156
+ When the `/etc/kubernetes/kubelet.conf` file is written, the kubelet has finished performing the TLS Bootstrap.
157
+ Kubeadm deletes the `/etc/kubernetes/bootstrap-kubelet.conf` file after completing the TLS Bootstrap.
156
158
157
159
# # The kubelet drop-in file for systemd
158
160
You can’t perform that action at this time.
0 commit comments