solo-io / gloo

The Feature-rich, Kubernetes-native, Next-Generation API Gateway Built on Envoy

Home Page:https://docs.solo.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Glooctl Test Suite (Kube2e)

sam-heilbron opened this issue · comments

Which tests failed?

Logs: https://github.com/solo-io/gloo/actions/runs/8606475721/job/23584985419?pr=9335
Error:

  gateway-proxy-575476ff7b-qv2zz      2/3     ErrImagePull   0          62s
  gateway-proxy-6db76c97cc-lxcm9      1/1     Running        0          2m5s

Initial Investigation

We are failing to pull an image, and thus we cannot route traffic through the proxy.

In the logs I see:

Gloo version found, using "1.0.0" for SDS sidecar

This means that when we inject the sds sidecar, we are trying to pull an image with 1.0.0 as the tag. That is not built as part of the test (we tag imgages with 1.0.0-ci).

I believe this is due to changes introduced in: #9212

Additional Information