- Home
- All questions
- Question 500
CKA study material · question 500 of 1000
A kubelet configuration change must take effect on a node. Which steps apply? Choose two.
Show the answer
Answer: B. Run kubeadm upgrade node phase kubelet-config to pull it into /var/lib/kubelet/config.yaml
D. Restart the kubelet service
The ConfigMap contents are pulled onto the node and the kubelet is restarted to pick them up.
Source: Reconfiguring a kubeadm cluster (Kubernetes) — Reflecting the kubelet changes