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

kbs: Fix rate limit error with busybox #452

Merged
merged 1 commit into from
Jul 31, 2024

Conversation

ChengyuZhu6
Copy link
Member

Fix rate limit error with docker.io/library/busybox:latest when deploying kbs.

Warning  Failed     76s                 kubelet            Failed to pull image "busybox": rpc error: code = Unknown
desc = failed to pull and unpack image "docker.io/library/busybox:latest": failed to copy: httpReadSeeker: failed open:
unexpected status code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:50aa4698fa6262977cff89181b2664b99d8a56dbca847bf62f2ef04854597cf8:
429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit.
You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit

Error log in kata: https://github.com/kata-containers/kata-containers/actions/runs/10172722668/job/28136683102?pr=9999

Fix rate limit error with docker.io/library/busybox:latest.

```
Warning  Failed     76s                 kubelet            Failed to pull image "busybox": rpc error: code = Unknown
desc = failed to pull and unpack image "docker.io/library/busybox:latest": failed to copy: httpReadSeeker: failed open:
unexpected status code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:50aa4698fa6262977cff89181b2664b99d8a56dbca847bf62f2ef04854597cf8:
429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit.
You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
```

Signed-off-by: ChengyuZhu6 <[email protected]>
Copy link
Member

@Xynnn007 Xynnn007 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cc @mkulke

@mkulke mkulke merged commit 9ccd607 into confidential-containers:main Jul 31, 2024
14 checks passed
@ChengyuZhu6 ChengyuZhu6 deleted the fix-busybox branch July 31, 2024 11:44
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

Successfully merging this pull request may close these issues.

3 participants