[
https://issues.apache.org/jira/browse/AIRFLOW-5532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kaxil Naik resolved AIRFLOW-5532.
---------------------------------
Resolution: Fixed
> Missed imagePullSecrets from pod created from k8s executor
> ----------------------------------------------------------
>
> Key: AIRFLOW-5532
> URL: https://issues.apache.org/jira/browse/AIRFLOW-5532
> Project: Apache Airflow
> Issue Type: Bug
> Components: executor-kubernetes
> Affects Versions: 2.0.0
> Environment: container image apache/airflow:master-python3.7-ci-slim
> which appears to be v2.0.0-dev
> Reporter: Ke Zhu
> Assignee: Ke Zhu
> Priority: Major
> Fix For: 1.10.7
>
>
> I used container image built based on
> *apache/airflow:master-python3.7-ci-slim* with k8s executor configured in
> airflow.cfg. all config options under section [kubernetes] and
> [kubernetes_secrets] are recognized successfully except option
> _image_pull_secrets_.
>
> Then I inspected the code at
> [https://github.com/apache/airflow/blob/47801057989046dfcf7b424ce54afee103803815/airflow/kubernetes/worker_configuration.py#L367-L387]
> where {{image_pull_secrets}} is NOT specified at all when constructing an
> object of {{PodGenerator}}. When reviewing further, I've noticed that the
> method {{WorkerConfiguration._get_image_pull_secrets()}} is not used at all.
> Which should be used.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)