- Home
- All questions
- Question 811
CKA study material · question 811 of 1000
A statically created PersistentVolume has no storageClassName. Which claim can bind to it?
Show the answer
Answer: B. Only a claim that requests no particular class
A volume with no storageClassName has no class, and a class-less volume binds only to a claim that also asks for no class.
Source: Persistent Volumes (Kubernetes) — PersistentVolumes › Class