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

TTL after update #33

Closed hjacobs closed 4 years ago

hjacobs commented 5 years ago

WIP: Track time of last uptime to detect "stale" resources.

hjacobs commented 4 years ago

This is now obsolete after #55