- Home
- All questions
- Question 584
CKA study material · question 584 of 1000
A node runs containerd configured with the systemd cgroup driver, but the kubelet was left at its default. What must be changed?
Show the answer
Answer: B. The kubelet's cgroupDriver must be set to systemd to match the runtime
The kubelet's cgroupDriver defaults to cgroupfs and must be configured to systemd when the container runtime uses the systemd driver, or the two manage the cgroup hierarchy inconsistently.
Source: Reserve Compute Resources for System Daemons (Kubernetes) — Node Allocatable › Configuring a cgroup driver