-
Hi, today we upgraded Airflow v.1.10 to v2.0 and our kubernetes config doesn't work anymore. We have the following pod file for kubernetes:
and we reference this file in the airflow.cfg:
This setup, worked fine in v1.10. In v2.0 when we execute a DAG the pod for the tasks cannot be created because of the following error:
It seems that the image name from the pod yaml It is a local development setup with minikube and based on the docker image Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, I got this. I didn't notice that in v2.0 the image has to be configured in the airflow.cfg |
Beta Was this translation helpful? Give feedback.
Hi,
I got this. I didn't notice that in v2.0 the image has to be configured in the airflow.cfg
worker_container_repository
andworker_container_tag
.