jkgeyti commented on issue #6062: [AIRFLOW-5445] Reduce the required resources 
for the Kubernetes's sidecar
URL: https://github.com/apache/airflow/pull/6062#issuecomment-561242302
 
 
   This default breaks airflow on kubernetes clusters with a limit on the 
difference between requests and limits (limiting the allowed amount of 
oversubscription):
   
   ```
   
{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"pods
 \"<PODNAME>\" is forbidden: cpu max limit to request ratio per Container is 
<N>, but provided ratio is 
<M>.","reason":"Forbidden","details":{"name":"<PODNAME>","kind":"pods"},"code":403}
   ```

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to