- Home
- All questions
- Question 499
CKA study material · question 499 of 1000
Where does kubeadm keep the cluster-wide kubelet configuration?
Show the answer
Answer: B. The kubelet-config ConfigMap in kube-system
The cluster-wide kubelet configuration lives in the kubelet-config ConfigMap under the data.kubelet key.
Source: Reconfiguring a kubeadm cluster (Kubernetes) — Reconfiguring the kubelet