-
Notifications
You must be signed in to change notification settings - Fork 33
Project obsolete? .spec.ttlSecondsAfterFinished can do the similar thing #16
Comments
This project was initially created when the mentioned feature did not exist yet, I'll have to check if |
Apparently we can also get rid of |
while we are not yet on 1.12 we also turned kube-job-cleaner off, as the really nasty cronjobs without backoffs with restart:always and the likes have been taken care off with default values in recent releases. |
@nielsole thanks! Just for reference, I think |
In our continuous delivery environment, we still find it useful to run a lightly modified version of this code to clean up deployments past a certain age. Thanks! kube-deploy-cleaner |
@StevenACoffman check out my project kube-janitor to clean up arbitrary objects after some time (either with TTL annotation or custom rule for any kind of object). |
What's the difference of using this CronJob from adding the .spec.ttlSecondsAfterFinished in Job config?
The text was updated successfully, but these errors were encountered: