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

Failed to pull image "busybox:1.28" in China region #661

Open
visla-xugeng opened this issue Jul 9, 2024 · 0 comments
Open

Failed to pull image "busybox:1.28" in China region #661

visla-xugeng opened this issue Jul 9, 2024 · 0 comments

Comments

@visla-xugeng
Copy link

visla-xugeng commented Jul 9, 2024

Describe the bug
I cannot pull the image, busybox from docker hub since the installation of goinception is located in China region. As a result, the installation of the pod failed. (The installation of the chart, Archery failed as well since the GoInception is the dependent component in the chart. )

The error message:

Warning  Failed     8m58s                kubelet            Failed to pull image "busybox:1.28": rpc error: code = DeadlineExceeded desc = failed to pull and unpack image "docker.io/library/busybox:1.28": failed to copy: httpReadSeeker: failed open: failed to do request: Get "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/8c/8c811b4aec35f259572d0f79207bc0678df4c736eeec50bc9fec37ed936a472a/data?verify=1720569708-gzd6e4N02XY2q7mYmaFqdBj68Y8%!D(MISSING)": dial tcp 210.56.51.192:443: i/o timeout
  Normal   Pulling    8m7s (x4 over 11m)   kubelet            Pulling image "busybox:1.28"
  Warning  Failed     7m32s (x4 over 10m)  kubelet            Error: ErrImagePull
  Warning  Failed     7m32s                kubelet            Failed to pull image "busybox:1.28": rpc error: code = DeadlineExceeded desc = failed to pull and unpack image "docker.io/library/busybox:1.28": failed to copy: httpReadSeeker: failed open: failed to do request: Get "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/8c/8c811b4aec35f259572d0f79207bc0678df4c736eeec50bc9fec37ed936a472a/data?verify=1720569794-AzvwAlCT2SD6yA%!B(MISSING)oDTknxs3918s%!D(MISSING)": dial tcp 210.56.51.192:443: i/o timeout
  Warning  Failed     7m20s (x6 over 10m)  kubelet            Error: ImagePullBackOff

I checked the deployment of goinception(see link below). The address of busybox is hard coded. Can someone in team change it to an variable? Then I can modify the value to a local repo in China region instead of pointing to the docker hub directly.

charts/charts/goinception/templates/deployment.yaml

Line 31 in 3fa7828

image: busybox:1.28
To Reproduce
Follow the https://github.com/douban/charts/tree/master/charts/archery
to install the Archery chart in China region, you will see the issue.

Expected behavior
Want to install the goinception pod in China region successfully.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

@visla-xugeng visla-xugeng changed the title Failed to install the GoInception pod in China region Failed to pull image "busybox:1.28" in China region Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant