Anand created AIRFLOW-3654:
------------------------------
Summary: kubernetes_node_selectors value not getting honoured in
Kubernetes executor mode
Key: AIRFLOW-3654
URL: https://issues.apache.org/jira/browse/AIRFLOW-3654
Project: Apache Airflow
Issue Type: Bug
Reporter: Anand
I have labeled my nodes as
kubectl label nodes <node_name> key=value.
I have provided the value of the property kubernetes_node_selectors in
airflow.cfg as follows
[[kubernetes_node_selectors]
key = value
Observation- I can see worker pods getting scheduled on nodes which are not
labeled by required Key/value.
Expected behavior- Worker pods should only be scheduled on nodes with the given
label
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)