- Home
- All questions
- Question 409
CKA study material · question 409 of 1000
Kubelet client-certificate rotation has failed on a node. Which recovery steps apply? Choose two.
Show the answer
Answer: B. Back up and delete the node's kubelet.conf and kubelet client certificates
C. Generate a replacement with kubeadm kubeconfig user from a control-plane node holding the CA key
Recovery removes the stale kubelet credentials and regenerates them from a node that has the CA key.
Source: Troubleshooting kubeadm (Kubernetes) — Kubelet client certificate rotation fails