Trying to use dockerRegistryMirror due to Docker Rate Limiting #2025
Replies: 2 comments 9 replies
-
Any of docker configuration options that are at a container file system level require you use the dind runner image |
Beta Was this translation helpful? Give feedback.
9 replies
-
We're locking this discussion because it has not had recent activity and/or other members have asked for more information to assist you but received no response. Thank you for helping us maintain a productive and tidy community for all our members. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My runners are scaling in and out really nicely, but as a result, I am now getting hit with some Docker rate limiting. To get around this I want to use Amazon's public ecr gallery. I've set the value of dockerRegistryMirror in my values-override.yaml file and deployed a new revision. But images are still being pulled from docker.io.
Has anyone managed to get a registry mirror working that could give me some tips?
I've read all of the discussion and issues which seem relevant, but nothing has helped me.
Here are my helm overrides:
Inside the controller pod, I can see the following arguments:
But regardless the image is always from docker.io
Any helps or tips would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions