hjacobs / kube-janitor

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

Remove unmounted/unused PVCs #63

Closed hjacobs closed 4 years ago

hjacobs commented 4 years ago

Add additional context (_context) to rules' jmespath evaluation to allow checking whether a PersistentVolumeClaim (PVC) is mounted by a Pod and/or whether the PVC is referenced by a StatefulSet template (volumeClaimTemplates).

Fixes #62.