- Home
- All questions
- Question 316
CKA study material · question 316 of 1000
A PVC omits storageClassName in a cluster with a default StorageClass. What happens?
Show the answer
Answer: B. The default StorageClass is used
A claim with no storageClassName gets the class marked by the storageclass.kubernetes.io/is-default-class annotation.
Source: Storage Classes (Kubernetes) — Default StorageClass