CatarinaSilva commented on issue #15670:
URL: https://github.com/apache/airflow/issues/15670#issuecomment-845883145
Hi @kaxil also experiencing this issue in 2.0.2, although I was using the
old overrides:
```
"KubernetesExecutor": {
"request_cpu": "250m",
"request_memory": "500Mi",
"limit_memory": "1Gi",
"request_ephemeral_storage": "1Gi"
}
```
it only breaks for resources overrides, volumes work fine for example
I can try with the new format but I'm struggling to find good docs on how to
convert from the previous overrides to the new ones, can you point me to
something?
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]