Merge pull request #30147 from chirangaalwis/patch-5
Notify deletion of Kubelet Bootstrap Token
This commit is contained in:
@@ -151,8 +151,10 @@ systemctl daemon-reload && systemctl restart kubelet
|
|||||||
After the kubelet loads the new configuration, kubeadm writes the
|
After the kubelet loads the new configuration, kubeadm writes the
|
||||||
`/etc/kubernetes/bootstrap-kubelet.conf` KubeConfig file, which contains a CA certificate and Bootstrap
|
`/etc/kubernetes/bootstrap-kubelet.conf` KubeConfig file, which contains a CA certificate and Bootstrap
|
||||||
Token. These are used by the kubelet to perform the TLS Bootstrap and obtain a unique
|
Token. These are used by the kubelet to perform the TLS Bootstrap and obtain a unique
|
||||||
credential, which is stored in `/etc/kubernetes/kubelet.conf`. When this file is written, the kubelet
|
credential, which is stored in `/etc/kubernetes/kubelet.conf`.
|
||||||
has finished performing the TLS Bootstrap.
|
|
||||||
|
When the `/etc/kubernetes/kubelet.conf` file is written, the kubelet has finished performing the TLS Bootstrap.
|
||||||
|
Kubeadm deletes the `/etc/kubernetes/bootstrap-kubelet.conf` file after completing the TLS Bootstrap.
|
||||||
|
|
||||||
## The kubelet drop-in file for systemd
|
## The kubelet drop-in file for systemd
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user