lwolf / kube-cleanup-operator

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

be able to configure operator to remove only jobs #61

Open dududko opened 3 years ago

dududko commented 3 years ago

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 will be automatically removed by job controller.

lwolf commented 3 years ago

This sounds like a right behaviour. I don't really remember at this point why it forces the removal of pods with the jobs.

mkamel93 commented 3 years ago

+1