-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Report last used time on a PVC #5541
Copy link
Copy link
Open
Labels
lead-opted-inDenotes that an issue has been opted in to a releaseDenotes that an issue has been opted in to a releasesig/storageCategorizes an issue or PR as relevant to SIG Storage.Categorizes an issue or PR as relevant to SIG Storage.stage/alphaDenotes an issue tracking an enhancement targeted for Alpha statusDenotes an issue tracking an enhancement targeted for Alpha statustracked/yesDenotes an enhancement issue is actively being tracked by the Release TeamDenotes an enhancement issue is actively being tracked by the Release Team
Milestone
Metadata
Metadata
Assignees
Labels
lead-opted-inDenotes that an issue has been opted in to a releaseDenotes that an issue has been opted in to a releasesig/storageCategorizes an issue or PR as relevant to SIG Storage.Categorizes an issue or PR as relevant to SIG Storage.stage/alphaDenotes an issue tracking an enhancement targeted for Alpha statusDenotes an issue tracking an enhancement targeted for Alpha statustracked/yesDenotes an enhancement issue is actively being tracked by the Release TeamDenotes an enhancement issue is actively being tracked by the Release Team
Type
Projects
Status
Tracked for Docs Freeze
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#54553The 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.