- Home
- All questions
- Question 833
CKA study material · question 833 of 1000
A cluster has CSIStorageCapacity objects but the scheduler still places Pods on nodes with no room. What is likely unset?
Show the answer
Answer: C. The CSIDriver's storageCapacity field
Capacity tracking has two parts: the driver publishes CSIStorageCapacity objects, and the scheduler consults them only when the CSIDriver's storageCapacity field is true.
Source: Storage Capacity (Kubernetes) — API