kube-cleanup-operator
kube-cleanup-operator copied to clipboard
Kubernetes Operator to automatically delete completed Jobs and their Pods
I use this one to clean-up Kubeflow Pipeline jobs scheduled on EKS/Fargate - some adjustments are probably needed, tests, etc - for now I'm leaving it here to watch if...
Would it be possible to add the feature to delete pods that are stuck in a terminating state? Thanks!
First look of annotation processing. Resolves #72. TODO: - add pod tests - update readme - add some logging
There is a use case when jobs/pods need to be "cleaned up" after a different timeout. It should be possible to support it by considering annotations on pods/jobs before making...
Just a short suggestion: Almost every command line flag of the operator is written out completely - only the `listen-addr` is abbreviated. For more consistency i would suggest to also...
I would like to be able to configure operator to remove only completed jobs, but to ignore the removal of pods (of any pods). Pods that are related to jobs...
The log statements are not so informative. Sometimes it is not clear why the pod or a job was removed. Was it successfully completed or there was a failure ?...
Add support for multiarch docker manifests