- Home
- All questions
- Question 834
CKA study material · question 834 of 1000
A Pod requiring a new attached volume stays Pending on an otherwise idle node with plenty of CPU and memory. What limit could explain it?
Show the answer
Answer: A. The node's maximum number of attached volumes
Nodes have a ceiling on simultaneously attached volumes, and the scheduler counts against it so a Pod is not placed where its volume could never attach.
Source: Node-specific Volume Limits (Kubernetes) — Node-specific Volume Limits (overview)