You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Anand (JIRA)" <ji...@apache.org> on 2019/01/08 15:45:00 UTC

[jira] [Created] (AIRFLOW-3654) kubernetes_node_selectors value not getting honoured in Kubernetes executor mode

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)