mik-laj commented on issue #6062: [AIRFLOW-5445] Reduce the required resources for the Kubernetes's sidecar URL: https://github.com/apache/airflow/pull/6062#issuecomment-565587212 > the proposed change isn't configurable. You can change the value of this field using [Pod Mutation Hook](https://airflow.readthedocs.io/en/latest/kubernetes.html#pod-mutation-hook). > This is a regression compared to how Airflow has previously worked. This is a improvement compared to how Airflow has previously worked, because it's allow to work on cluster that have other limit ranger configuration. It's not prevent, because you could change this value. https://airflow.readthedocs.io/en/latest/kubernetes.html#pod-mutation-hook This is also an improvement because it allows you to manage resources more efficiently and run more tasks compared to the previous configuration. We can set an upper limit as an additional improvement, which may allow other clusters to be launched, but we can still find people who have restrictions configured on cluster. There are many configuration options that can be configured by users. https://github.com/kubernetes/kubernetes/blob/master/plugin/pkg/admission/limitranger/admission.go It is also worth adding the default LimitRanger configuration in the documentation, but the documentation is WIP. How did you install Airflow? It may be worth adding a working configuration in this repository.
---------------------------------------------------------------- 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] With regards, Apache Git Services
