digitalocean / clusterlint

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

Unused PVC: Check for unused claims in the cluster. #27

Closed varshavaradarajan closed 5 years ago

varshavaradarajan commented 5 years ago

This check reports all the persistent volume claims in the cluster that are not referenced by pods in the respective namespaces. The cluster can be cleaned up based on this information and there will be fewer objects to manage.