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/10 10:53:00 UTC

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

     [ https://issues.apache.org/jira/browse/AIRFLOW-3654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anand closed AIRFLOW-3654.
--------------------------
    Resolution: Fixed

> 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
>            Priority: Major
>
> 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.
> Also found no nodeSelector field in worker pod yaml.
>  
> 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)