-
Notifications
You must be signed in to change notification settings - Fork 549
Fail to pull runtime image due to exceeding docker pull rate limit #5202
Comments
|
I found a place that can redirect openpai-runtime docker registry URL: https://github.com/microsoft/pai/blob/master/src/rest-server/deploy/rest-server.yaml.template#L62 However, it required passwordless docker login permission. May I know how to setup docker login permission for this rest-server variable? |
Related to #5219 |
Hello all, I might need to deploy openpai in an environment without internet access during operation, and there is no imagepullpolicy configuration as May I know how to work-around it on ~/pai/src/rest-server/ ? Should I open another issue for the offline environment opration? |
Hello @JosephKang , I'm working an docker-registry as pull-through cache mode to solve docker_rate_limit problem, which will add a integrated registry to pai cluster. And it may be possible with a private docker registry include all your image. You can make a proposal in advance. Some of other users have told us no internet environment, so we will solve in future version when it become next step. A basic work around can be build a registry full with your image used, and contact us after that. |
@SwordFaith |
Organization Name:
Advantech
Short summary about the issue/question:
Fail to pull runtime image due to exceeding docker pull rate limit
Brief what process you are following:
How to reproduce it:
Repeat step 1 ~ 3 and sometimes the situation will happened.
OpenPAI Environment:
v1.0.1
OpenStack VM
16,04.6 LTS
Anything else we need to know:
https://www.docker.com/increase-rate-limit
It might be related the new pulling image policy by docker.
The text was updated successfully, but these errors were encountered: