Private images with Airflow KubernetesPodOperator
It looks like pod_generator.PodGenerator accepts some kind of object kube_config
that knows about imagePullSecrets, but unfortunately KubernetesPodOperator
doesn't provide any such kube_config
to PodGenerator
As best I can tell, it's just an edge case that slipped through the cracks, although it looks like there is a Jira for that which matches up with a corresponding GitHub PR, but it isn't clear from looking at the changed files that it will 100% solve the problem you are describing. Perhaps weigh in on either the PR, or the Jira, or maybe even both, to ensure it is addressed.