- Home
- All questions
- Question 571
CKA study material · question 571 of 1000
A kubelet refuses to start on a node that has swap enabled. Which setting allows it to start anyway?
Show the answer
Answer: B. failSwapOn set to false
failSwapOn: false lets the kubelet tolerate swap. Workloads still get no swap access until swapBehavior is changed from its NoSwap default, so the two settings answer different questions.
Source: Installing kubeadm (Kubernetes) — Swap configuration