A school-district operator deletes a PVC while pods still mount it. What should the administrator understand about release behavior?
Select an answer to reveal the explanation.
Short Explanation
Yank the claim while apps still have the volume open and things get sticky—the delete waits or disrupts, and only then does reclaim policy decide the disk’s fate.
Full Explanation
PVC deletion while volumes remain mounted can be deferred by finalizers/protection until usage ends, or it can disrupt workloads depending on timing. After release, the PersistentVolume’s reclaimPolicy determines whether data is retained for admin reuse, deleted by the provisioner, or handled by legacy Recycle. Deletion does not rewrite PVs as hostPath, nor does it permanently ignore reclaim.