← Back to Resources
Open Source NewsSeptember 21, 20262 min read

Tracking When a PersistentVolumeClaim Was Last Used

By BIOS Founding Team

Tracking When a PersistentVolumeClaim Was Last Used

The PersistentVolumeClaimUnusedSinceTime feature gate graduated to Beta, enabled by default, letting the PVC protection controller automatically attach an Unused condition to PVCs no longer referenced by any running pod.

This gives operators native visibility into idle storage for cost control and cleanup decisions in large clusters, without custom tooling.

Full details: https://kubernetes.io/blog/2026/09/21/kubernetes-v1-37-pvc-last-used-time/