Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: use busybox image from gcr.io to overcome dockerhub ratelimiting #90

Closed
senthilrch opened this issue Jul 30, 2021 · 0 comments
Assignees
Labels
enhancement Enhancement to existing feature
Milestone

Comments

@senthilrch
Copy link
Owner

Kube-fledged uses docker.io/busybox image in the init container of the Pod created for pulling the image. Due to dockerhub ratelimiting policy, kubelet fails to pull the busybox image for the init container.

To overcome this, use the busybox image from gcr.io:-

gcr.io/google-containers/busybox:1.27.2
@senthilrch senthilrch added the enhancement Enhancement to existing feature label Jul 30, 2021
@senthilrch senthilrch added this to the v0.8.1 milestone Jul 30, 2021
@senthilrch senthilrch self-assigned this Jul 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement to existing feature
Projects
None yet
Development

No branches or pull requests

1 participant