document some steps about kubelet client certs recovery #2502
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/documentation
Categorizes issue or PR as related to documentation.
priority/backlog
Higher priority than priority/awaiting-more-evidence.
document some steps about kubelet client certs recovery
kubeadm does not manage the kubelet.conf and symlinked rotable client certificates for the kubelet to interact with the apiserver.
by default kubeadm deploys the kubelet with auto client cert rotation, but in some cases user setups can end up with with an expired cert, rendering this node as "not ready".
we can add some steps on how users can escape this scenario here:
https://kubernetes.io/docs/tasks/administer-cluster/kubeadm/kubeadm-certs/
here we have some info on what commands can be used:
kubernetes/kubernetes#102556
#581 (comment)
The text was updated successfully, but these errors were encountered: