digitalocean / clusterlint

A best practices checker for Kubernetes clusters. 🤠
Apache License 2.0
542 stars 45 forks source link

Unused PV: Check if there are unused persistent volumes in the cluster. #24

Closed varshavaradarajan closed 5 years ago

varshavaradarajan commented 5 years ago

This check reports all the persistent volumes in the cluster that are not claimed by persistent volume claims in any namespace. The cluster can be cleaned up based on this information and there will be fewer objects to manage.

Will add check for unused PVCs in a separate PR.