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

CI: L4LB: failed to pull image: You have reached your pull rate limit #17002

Closed
pchaigno opened this issue Jul 27, 2021 · 3 comments · Fixed by #17005
Closed

CI: L4LB: failed to pull image: You have reached your pull rate limit #17002

pchaigno opened this issue Jul 27, 2021 · 3 comments · Fixed by #17005
Assignees
Labels
area/CI Continuous Integration testing issue or flake ci/flake This is a known failure that occurs in the tree. Please investigate me! feature/lb-only Impacts cilium running in lb-only datapath mode
Projects

Comments

@pchaigno
Copy link
Member

https://github.com/cilium/cilium/actions/runs/1069119537
logs_145574.zip

Run ssh default "sudo /bin/sh -c 'cd /vagrant/test/l4lb && ./test.sh cilium 3eb75c483c2daffc0fc08d34d579ef01110f0363'"
+ IMG_OWNER=cilium
+ IMG_TAG=3eb75c483c2daffc0fc08d34d579ef01110f0363
+ clang -O2 -Wall -target bpf -c bpf_xdp_veth_host.c -o bpf_xdp_veth_host.o
+ clang -O2 -Wall -target bpf -c test_tc_tunnel.c -o test_tc_tunnel.o
test_tc_tunnel.c:456:7: warning: unused variable 'buf' [-Wunused-variable]
        char buf[sizeof(struct v6hdr)];
             ^
1 warning generated.
+ kind create cluster --config kind-config.yaml
Creating cluster "kind" ...
 • Ensuring node image (kindest/node:v1.21.1) 🖼  ...
 ✗ Ensuring node image (kindest/node:v1.21.1) 🖼
ERROR: failed to create cluster: failed to pull image "kindest/node:v1.21.1@sha256:fae9a58f17f18f06aeac9772ca8b5ac680ebbed985e266f711d936e91d113bad": command "docker pull kindest/node:v1.21.1@sha256:fae9a58f17f18f06aeac9772ca8b5ac680ebbed985e266f711d936e91d113bad" failed with error: exit status 1

Command Output: Error response from daemon: 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: Process completed with exit code 1.

/cc @brb

@pchaigno pchaigno added area/CI Continuous Integration testing issue or flake ci/flake This is a known failure that occurs in the tree. Please investigate me! feature/lb-only Impacts cilium running in lb-only datapath mode labels Jul 27, 2021
@brb
Copy link
Member

brb commented Jul 27, 2021

Maybe #16870 could help. Otherwise, we will need to cache the images which means to create and maintain our own Fedore image :|

@twpayne
Copy link
Contributor

twpayne commented Aug 9, 2021

This happened in #16914, which includes the commits from #17005. The failed run is here.

@brb
Copy link
Member

brb commented May 6, 2022

Checked all recently failed jobs - haven't seen this failure. Closing for now.

@brb brb closed this as completed May 6, 2022
CI Force automation moved this from In Progress (Cilium) to Fixed / Done May 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/CI Continuous Integration testing issue or flake ci/flake This is a known failure that occurs in the tree. Please investigate me! feature/lb-only Impacts cilium running in lb-only datapath mode
Projects
No open projects
CI Force
  
Fixed / Done
3 participants