Enhancement Description
- Report when a PVC was last used in
pvc.Status
- Kubernetes Enhancement Proposal:
- Discussion Link:
- Primary Contact(assignee):
- Responseible SIGs:
- PRs by stage and milestone:
The use case is, many of our users are interested in data that, if a PVC is sitting unused. That is kinda hard to determine from outside since only kubernetes knows accurately when a PVC was used in a pod. For larger clusters this would make it possible for users to get rid of unused PVCs.
Enhancement Description
pvc.Statusk/enhancements) update PR(s): KEP-5541: PersistentVolumeClaim Last Used Time #5795k/k) update PR(s): Report PVC unused time via PVC condition kubernetes#137862k/website) update PR(s): Placeholder KEP-5541: Report Last Used Time on a PVC website#54553k/enhancements) update PR(s): KEP-5541: Update PersistentVolumeClaimUnusedSinceTime KEP for beta in 1.37 #6144k/k) update PR(s): Promote PersistentVolumeClaimUnusedSinceTime to Beta kubernetes#139620k/website) update(s): promote PersistentVolumeClaimUnusedSinceTime to beta in 1.37 website#56085The use case is, many of our users are interested in data that, if a PVC is sitting unused. That is kinda hard to determine from outside since only kubernetes knows accurately when a PVC was used in a pod. For larger clusters this would make it possible for users to get rid of unused PVCs.