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

[jira] [Created] (AIRFLOW-4516) Kubernetes run_as_user and fs_group cannot be strings

Steven Locke created AIRFLOW-4516:
-------------------------------------

             Summary: Kubernetes run_as_user and fs_group cannot be strings
                 Key: AIRFLOW-4516
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4516
             Project: Apache Airflow
          Issue Type: Bug
          Components: kubernetes
    Affects Versions: 1.10.3
            Reporter: Steven Locke


The kubernetes operator fails to create pods because the run_as_user and the fs_group cannot be strings.

Please change `get` to `getint` at [https://github.com/apache/airflow/blob/master/airflow/executors/kubernetes_executor.py#L160] and [https://github.com/apache/airflow/blob/master/airflow/executors/kubernetes_executor.py#L161]

 



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