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

[jira] [Created] (AIRFLOW-5147) Annotations for k8s executors should support extended alphabet (like '/'))

Andrei Loginov created AIRFLOW-5147:
---------------------------------------

             Summary: Annotations for k8s executors should support extended alphabet (like '/')) 
                 Key: AIRFLOW-5147
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-5147
             Project: Apache Airflow
          Issue Type: Bug
          Components: executor-kubernetes, executors
    Affects Versions: 1.10.4, 1.10.3
            Reporter: Andrei Loginov
            Assignee: Daniel Imberman


The fix to introduce k8s annotations for executors ([https://github.com/apache/airflow/pull/4589] for https://issues.apache.org/jira/browse/AIRFLOW-3766) limited the character set allowed for the annotation key to [-._a-zA-Z0-9] set. However many annotations contain `/` in it, for example: 
{code:java}
injector.tumblr.com/request{code}
{{}} or
{code:java}
iam.amazonaws.com/role{code}
Which would not be allowed in the current solution.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)