- Home
- All questions
- Question 814
CKA study material · question 814 of 1000
A StorageClass leaves volumeBindingMode unset. When is a volume provisioned for a new claim?
Show the answer
Answer: A. As soon as the claim is created, before any Pod is scheduled
The default is Immediate, which binds and provisions as soon as the claim exists — a problem for topology-constrained storage, which is what WaitForFirstConsumer addresses.
Source: Storage Classes (Kubernetes) — The StorageClass API › Volume binding mode