A library StorageClass has allowVolumeExpansion enabled. How does an administrator expand a Bound PVC’s capacity?
Select an answer to reveal the explanation.
Short Explanation
With expansion allowed, you bump the claim’s requested size—like asking the landlord for a bigger closet without tearing up the lease and losing your stuff.
Full Explanation
When the StorageClass sets allowVolumeExpansion to true, administrators increase the PVC’s requests.storage. The CSI/provisioner then expands the backing volume (and filesystem when applicable). Deleting the PVC is disruptive and risks data loss under Delete reclaim, editing only the PV object is not the supported expansion workflow, and reclaimPolicy is unrelated to expansion.