pengchen created AIRFLOW-2617:
---------------------------------
Summary: 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, 1.10
Environment: k8s executor
Reporter: pengchen
Assignee: pengchen
Fix For: 1.10
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)