Overcoming dind
image pull fails due to rate-limiting.
#865
Unanswered
braedongough
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Recently, we've encountered cases where a few of our runners will fail to pull the
dind
image due to rate limiting.I'm trying to evaluate the best way to overcome this, however, I'd love some clarifications on a few of the configuration options available.
If I set an
imagePullSecret
within therunnerdeployment
will that apply to the image pull for thedind
container? We have our own runner image hosted in ECR, so there haven't been any problems pulling the runner image. In my few simple tests, it appears that theimagePullSecret
only applies to the actual runner container but please correct me if I'm wrong.If I add a
dockerRegistryMirror
, will that apply also for pulling thedind
image or is that only for the runner-image?I've seen also this discussion whereby you add a
docker-image
argument in the to theactions-runner-controller
deployment. In that solution, is it implied that would also be hosting your owndind
image?Apologies if these questions are trivial and obvious but any help with be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions