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 2020/11/21 03:37:57 UTC

[GitHub] [airflow] fritzb commented on issue #10605: Use private docker repository with K8S operator and XCOM sidecar container

fritzb commented on issue #10605:
URL: https://github.com/apache/airflow/issues/10605#issuecomment-731501546


   Docker Inc started image pull rate limiting around October 30th 2020. As a result, all KubernetesPodPerator tasks with XCOM started to fail in large deployment. Can we backport this fix to Airflow 1.10 branch?
   
   Based on the severity of the failure, the bug priority should be raised higher.
   
   `  - image: alpine
       imageID: ""
       lastState: {}
       name: airflow-xcom-sidecar
       ready: false
       restartCount: 0
       started: false
       state:
         waiting:
           message: 'rpc error: code = Unknown desc = Error response from daemon: toomanyrequests:
             You have reached your pull rate limit. You may increase the limit by authenticating
             and upgrading: https://www.docker.com/increase-rate-limit'
           reason: ErrImagePull`


----------------------------------------------------------------
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