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

allow waiting after each deletion #68

Closed breunigs closed 4 years ago

breunigs commented 4 years ago

This is a very simple implementation to achieve throttling. The use case is being able to just run kube-janitor with lots of outstanding cleanups without overloading the storage backend, e.g. after forgetting to turn off the dry run flag in production.

hjacobs commented 4 years ago

Thanks!