You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/12/03 16:19:27 UTC

[GitHub] [airflow] jkgeyti commented on issue #6062: [AIRFLOW-5445] Reduce the required resources for the Kubernetes's sidecar

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


With regards,
Apache Git Services