EDITD / kubetools

:nut_and_bolt: Kubetools is a tool and processes for developing and deploying microservices to Kubernetes.
MIT License
13 stars 2 forks source link

Look at propagation_policy in job deletion #96

Closed eatoncns closed 3 years ago

eatoncns commented 3 years ago

Currently when calling kubernetes api delete_job the job object is deleted buts pods are left running.

From doc string in corresponding kubernetes api there is an option for propagation_policy which we might want to expose in order to control this behaviour.