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