Hi Peter, What version of airflow are you using? Can you post a link to your pod_template_file and the logs?
via Newton Mail [https://cloudmagic.com/k/d/mailapp?ct=dx&cv=10.0.51&pv=10.15.7&source=email_footer_2] On Tue, Dec 1, 2020 at 4:19 PM, Peter Lane <[email protected]> wrote: I am having a terribly difficult time getting Airflow to run on Kubernetes (OpenShift, to be exact. My current hurdle is that I am able to specify a custom worker pod template, but the default container image is not being replaced when I set the AIRFLOW__KUBERNETES__WORKER_CONTAINER_REPOSITORY and AIRFLOW__KUBERNETES__WORKER_CONTAINER_TAG in the deployment environment. I directly customized the git-sync example, and my init container works fine. The base container image can’t get pulled because the default value for the image (dummy_image) is still in the pod configuration. Is there some magic flag I need to set or something to get this to work? Thanks, Peter
