Airflow DAG pod_template #902
Unanswered
InitRoot
asked this question in
Questions & Answers
Replies: 1 comment
-
do you continue with the error? if yes, could you share your config file? and how do you start your project |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm having some issues running HELM and my DAGs to utilise a specific pod_template. I've configured the template in the values.yaml and can see the configmap being created fine.
I'm currently using the CeleryKubernetesExecutor as it fits my use case letting smaller non complex jobs run on Celery. I've confirmed that the pod_template.yaml is on my scheduler node:
My DAG configuration looks as follows:
Using the below and running my test DAG I see the following:
I've previously run the same setup without having to copy the template onto my custom image, however, I wasn't using HELM. Am I missing something? Any guidance would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions