Update example-airflow-incluster.yaml with kubernetes executors configuration#522
Update example-airflow-incluster.yaml with kubernetes executors configuration#522PaulienVa wants to merge 0 commit into
Conversation
|
@PaulienVa thank you for opening this! I think an inline comment would suffice, though, as the workers can only be one of celery- or kubernetesExecutors and so the example as written would not be deployable. Something like:
Also, we block merging into release branches at the moment, so this PR should be made against |
|
@adwk67 I changed the target branch in case you want to merge. I thought I would be good to document the kubernetesExecutors explicitely as the syntax of the yaml is slightly different than the celeryExecutors |
|
Can you rebase or merge main into your branch and resolve the conflicts, so that this PR contains only your changes? At the moment this PR still contains changes made in the release branch. |
Description
The configuration for the usages of custom resources in a kubernetes cluster was not complete, the kubernetesExecutors configuration with an envOverride is also needed. (in that case the CeleryExecutors is not)
Definition of Done Checklist