insomnes commented on issue #46293:
URL: https://github.com/apache/airflow/issues/46293#issuecomment-2629153797
Are you sure you can rewrite it with?
```
executor_config={"KubernetesExecutor": {"config_file":
"/opt/airflow/config/kubernetes/docker-desktop-config.yaml"}}
```
I've dug through the code and also experimented a bit, and couldn't find any
way to rewrite the initial config file for `KubernetesExecutor`. Am I missing
something? Any of the `executor_config` I've tried to use with deprecated
`KubernetesExecutor` variant except the empty one led to the error:
```
{kubernetes_executor.py:355} ERROR - Invalid executor_config for
TaskInstanceKey
```
--
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]