Description
Kubernetes Pods that are created by KubernetesPodOperator aren't deleted when a running task is killed/cleared from the Airflow UI. There's a known function (on_kill) that can be implemented to properly handle this scenario.
Use case / motivation
If a running Airflow task is killed, the associated Kubernetes Pod should ideally be deleted.
Related Issues
None