Mihail Petkov created AIRFLOW-6062:
--------------------------------------
Summary: Scheduler doesn't delete worker pods from pods in
different namespaces
Key: AIRFLOW-6062
URL: https://issues.apache.org/jira/browse/AIRFLOW-6062
Project: Apache Airflow
Issue Type: Bug
Components: executor-kubernetes
Affects Versions: 1.10.5
Reporter: Mihail Petkov
Assignee: Daniel Imberman
When you run Airflow's task instances as worker pods in different namespaces
into a Kubernetes cluster, the scheduler can delete only the pods that are
living in the same namespace where the scheduler lives. It's trying to delete
all pods that are in the namespace defined in the airflow.cfg file.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)