You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Kaxil Naik (JIRA)" <ji...@apache.org> on 2019/01/09 21:02:00 UTC

[jira] [Updated] (AIRFLOW-2617) add imagePullPolicy config for kubernetes executor

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

Kaxil Naik updated AIRFLOW-2617:
--------------------------------
    Fix Version/s:     (was: 2.0.0)
                   1.10.2

> add imagePullPolicy config for kubernetes executor
> --------------------------------------------------
>
>                 Key: AIRFLOW-2617
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-2617
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: configuration, contrib
>    Affects Versions: 2.0.0
>         Environment: k8s executor
>            Reporter: pengchen
>            Assignee: pengchen
>            Priority: Minor
>             Fix For: 1.10.2
>
>
> I think this configuration of imagepullPolicy is required for kubernetes executor. When the newer airflow image of the work node is built, it needs to be configured by configuring imagepullpolicy=always
> {code:java}
> worker_container_repository = airflow 
> worker_container_tag = latest
> worker_container_image_pull_policy = Always{code}
>  



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