Padarn Wilson created AIRFLOW-3251:
--------------------------------------
Summary: KubernetesPodOperator does not use 'image_pull_secrets'
argument
Key: AIRFLOW-3251
URL: https://issues.apache.org/jira/browse/AIRFLOW-3251
Project: Apache Airflow
Issue Type: Bug
Affects Versions: 1.10.0
Reporter: Padarn Wilson
Assignee: Padarn Wilson
The KubernetesPodOperator accepts argument `image_pull_secrets`, and the Pod
object can use this variable when deploying the pod, but currently the argument
to the operator is not added to the Pod before it is launched
Relevant code in
`incubator-airflow/airflow/contrib/operators/kubernetes_pod_operator.py`.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)