- Home
- All questions
- Question 816
CKA study material · question 816 of 1000
Which values may a StorageClass's reclaimPolicy take, and what is the default?
Show the answer
Answer: D. Delete or Retain, defaulting to Delete
A StorageClass accepts only Delete or Retain, and gives its volumes Delete when the field is unset. Recycle is a deprecated volume-level policy, not a class setting.
Source: Storage Classes (Kubernetes) — The StorageClass API › Reclaim policy