Only one pod being ran at a time with KubernetesExecutor #910
Unanswered
mcleantom
asked this question in
Questions & Answers
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am running airflow on kubernetes with a
Chart.yamlfile:and a
values.yamlfile:I then tried to run a job which had parallel tasks:
However, only a single pod would run at a time, so the jobs would not run in parallel. Is there a way to change the config to allow multiple pods to run at the same time?
I also have karpenter on my cluster, so I dont think its a node capacity issue
Any help would be appreciated! Thanks
Beta Was this translation helpful? Give feedback.
All reactions