You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Viktor Bogdanov (JIRA)" <ji...@apache.org> on 2019/04/25 13:22:00 UTC

[jira] [Created] (AIRFLOW-4411) Configuration keys are set to lowercase

Viktor Bogdanov created AIRFLOW-4411:
----------------------------------------

             Summary: Configuration keys are set to lowercase
                 Key: AIRFLOW-4411
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4411
             Project: Apache Airflow
          Issue Type: Bug
          Components: configuration
    Affects Versions: 1.10.3
            Reporter: Viktor Bogdanov


We are using kubernetes node selectors with keys `InstanceGroup = general` But airflow sets all keys to lowecase https://github.com/apache/airflow/blob/603d02a48c9fa40bd303f458b6a1cf1363aebab3/airflow/configuration.py#L207
Because of this in result pod spec we have wrong selectors `Node-Selectors:  instancegroup=general`



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)