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.
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.