- Home
- All questions
- Question 827
CKA study material · question 827 of 1000
A claim omitting storageClassName stays Pending in a cluster where no StorageClass is annotated as default. Why?
Show the answer
Answer: A. There is no default class to apply, so nothing provisions the volume
A claim naming no class relies on the default StorageClass; with none marked, the claim simply stays unbound until one is created or the claim names a class.
Source: Dynamic Volume Provisioning (Kubernetes) — Using Dynamic Provisioning › Defaulting Behavior