hjacobs / kube-janitor

Clean up (delete) Kubernetes resources after a configured TTL (time to live)
GNU General Public License v3.0
473 stars 40 forks source link

Unused PVCs: check references by CronJobs/Jobs #66

Closed hjacobs closed 4 years ago

hjacobs commented 4 years ago

Make _context.pvc_is_not_referenced return false if a CronJob or Job can be found which has a volumes property referencing the Persistent Volume Claim (PVC) by name.

Fixes #65.