Document kubelet client certificate recovery
break long lines simplify wording (suggested by neolit123) phrasing error/typo don't mention creating a new kuebadm config file, not really relevant here remove unnecessary stop from kubelet cert troubleshoot minor phrasing improvement: *the* kublet make the steps for fixing kubelet certs separate from other troubleshooting suggestions move kubelet cert troubleshooting to a better place improve note wording and add link add missing dot Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com> add missing dot Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com> remove steps not related to the issue Make instructions work on worker nodes too Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
@@ -85,7 +85,11 @@ Additionally, kubeadm informs the user if the certificate is externally managed;
|
||||
{{< /warning >}}
|
||||
|
||||
{{< note >}}
|
||||
`kubelet.conf` is not included in the list above because kubeadm configures kubelet for automatic certificate renewal.
|
||||
`kubelet.conf` is not included in the list above because kubeadm configures kubelet
|
||||
for [automatic certificate renewal](/docs/tasks/tls/certificate-rotation/)
|
||||
with rotatable certificates under `/var/lib/kubelet/pki`.
|
||||
To repair an expired kubelet client certificate see
|
||||
[Kubelet client certificate rotation fails](/docs/setup/production-environment/tools/kubeadm/troubleshooting-kubeadm/#kubelet-client-cert).
|
||||
{{< /note >}}
|
||||
|
||||
{{< warning >}}
|
||||
|
||||
Reference in New Issue
Block a user