lwolf / kube-cleanup-operator

Kubernetes Operator to automatically delete completed Jobs and their Pods
MIT License
498 stars 109 forks source link

log the status of a job/pod being removed #63

Open dududko opened 3 years ago

dududko commented 3 years ago

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 ? What was the ttl of a job/pod ? Would be very helpful to have this information in log statements.

lwolf commented 3 years ago

That's a good idea! Feel free to submit a patch