[
https://issues.apache.org/jira/browse/AIRFLOW-2617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16518468#comment-16518468
]
ASF subversion and git services commented on AIRFLOW-2617:
----------------------------------------------------------
Commit c9a6fec093d22aa774649f9f40115dca9e1c86ef in incubator-airflow's branch
refs/heads/master from roc
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=c9a6fec ]
[AIRFLOW-2645][AIRFLOW-2617] Add worker_container_image_pull_policy
Set worker_container_image_pull_policy in default_airflow.cfg
As AIRFLOW-2617 added worker_container_image_pull_policy config
to the section of kubernetes, but the airflow_default.cfg
was not updated, this PR add worker_container_image_pull_policy
to default_airflow.cfg.
Closes #3521 from imroc/AIRFLOW-2645
> 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
> Priority: Minor
> Fix For: 2.0.0
>
>
> 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)