You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Rurui Ye (JIRA)" <ji...@apache.org> on 2018/08/02 11:56:00 UTC

[jira] [Work started] (AIRFLOW-2770) kubernetes: add support for dag folder in the docker image

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

Work on AIRFLOW-2770 started by Rurui Ye.
-----------------------------------------
> kubernetes: add support for dag folder in the docker image
> ----------------------------------------------------------
>
>                 Key: AIRFLOW-2770
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-2770
>             Project: Apache Airflow
>          Issue Type: Improvement
>            Reporter: Rurui Ye
>            Assignee: Rurui Ye
>            Priority: Critical
>
> currently the kube executor need to provider dag_volume_chain or git repo in the config file, but if the user has build dag into their docker image, they doesn't need to provider these two options, and they can manager their dag version by manager the docker image version. 
> So I suppose we can add the a new configuration as kube.config.dag_folder_path along with dag_volume_chain and git repo. with this config, we can run the worker just from the dags in docker image.



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