- Home
- All questions
- Question 815
CKA study material · question 815 of 1000
In a multi-zone cluster, Pods keep failing to start because their volume is in a different zone. Which StorageClass setting fixes this?
Show the answer
Answer: C. volumeBindingMode: WaitForFirstConsumer
WaitForFirstConsumer defers provisioning until a Pod using the claim is scheduled, so the volume is created in a place that satisfies the Pod's own constraints.
Source: Storage Classes (Kubernetes) — The StorageClass API › Volume binding mode