jscheffl commented on PR #43606:
URL: https://github.com/apache/airflow/pull/43606#issuecomment-2548826358

   > @romsharon98 thanks a lot for your support. One question: is it possible 
to configure Airflow Helm chart 1.15.0 to use multiple executors? I tried to 
change the executor via `config:` section in `values.yaml ` like:
   > 
   > ```
   > config:
   >     core:
   >       executor: KubernetesExecutor, CeleryExecutor
   > ```
   > 
   > but during deployment I get error: `helm.go:84: [debug] execution error at 
(airflow/charts/airflow/templates/NOTES.txt:205:6): Please configure the 
executor with 'executor', not 'config.core.executor'.` Approach though env 
variable also doesn't work:
   > 
   > ```
   > env:
   >     - name: AIRFLOW__CORE__EXECUTOR
   >       value: "KubernetesExecutor,CeleryExecutor,LocalExecutor"
   > ```
   > 
   > I am a bit confused. How to change the executor config in airflow.cfg 
without using approaches like adding `executor: "KubernetesExecutor, 
CeleryExecutor"` or`config.core.executor: KubernetesExecutor, CeleryExecutor` 
in values.yaml file. I cannot find some workaround to use multiple executors 
while deploying Airflow via Airflow Helm Chart 1.15.0
   
   You need to wait for 1.16.0. That makes it "proper".
   
   P.S.: We "hacked" it manually (using helmfile and some extra ENV) but if you 
are not an helm expert I'd rather not propose to patch-around. Chart 1.16 is 
not too far away.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to