- Home
- All questions
- Question 321
CKA study material · question 321 of 1000
A StorageClass uses WaitForFirstConsumer but a Pod sets nodeName directly. What is the consequence?
Show the answer
Answer: D. The mechanism is defeated, because the scheduling constraints are bypassed
Setting nodeName skips the scheduler, so the constraints WaitForFirstConsumer waited to read are never evaluated.
Source: Storage Classes (Kubernetes) — Volume binding mode