Kris Geusebroek created AIRFLOW-6997:
----------------------------------------
Summary: Kubernetes git-sync init container fro worker pods is not
able to sync git behind a proxy
Key: AIRFLOW-6997
URL: https://issues.apache.org/jira/browse/AIRFLOW-6997
Project: Apache Airflow
Issue Type: Bug
Components: configuration, executor-kubernetes, worker
Affects Versions: 1.10.9
Reporter: Kris Geusebroek
Assignee: Daniel Imberman
The git-sync-clone initcontainer used for the worker pods to sync the dags only
gets the GIT_SYNC environment variables. Any environment variable configured in
the `kubernetes_environment_variables` section of the airflow config are
ignored. (only in the init container, not in the worker pod)
The HTTPS_PROXY configured there is thus ignored and all workerpods fail with
an error.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)