Open pmalek opened 3 months ago
Also observed in integration tests suite: https://github.com/Kong/gateway-operator/actions/runs/10400617995/job/28801529440?pr=497
Message: Failed to pull image "kong:3.7": failed to pull and unpack image "docker.io/library/kong:3.7": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/kong/manifests/sha256:1ab5941fbe393fd7fef0f64b346f5738334cb269fbbd47ce8142a859f93b3405: 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
Problem statement
Rarely we observe failed E2E test runs which do not exhibit any particular symptoms on the surface, e.g. https://github.com/Kong/gateway-operator/actions/runs/10179601076/job/28155676111
After closer inspects in diagnostics it occurs that the problem is in exceeding the docker hub pull quota:
Proposed solution
Acceptance criteria