You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Hicham (Jira)" <ji...@apache.org> on 2020/03/19 12:44:00 UTC

[jira] [Created] (AIRFLOW-7091) use external worker pod template

Hicham created AIRFLOW-7091:
-------------------------------

             Summary: use external worker pod template
                 Key: AIRFLOW-7091
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-7091
             Project: Apache Airflow
          Issue Type: Bug
          Components: scheduler, worker
    Affects Versions: 1.10.9
            Reporter: Hicham


 I am trying to use my own pod template file with KubernetesExecutor. So, in the official documentation of airflow.cfg, there's a reference that we can use external pod template
{code:java}
# Path to the YAML pod file. If set, all other kubernetes-related fields are ignored.
pod_template_file = /path/to/file{code}
I tried to use it by specifying the path to a pod template file, but it's not working at all as the scheduler cannot launch workers.

Do you have any ideas how can I use it or how to solve this? Thank you.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)