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 istio inject` injects the standard variant of sds despite the variant of edge installed

davidjumani opened this issue · comments

Gloo Edge Product

Open Source

Gloo Edge Version

v1.17.0

Kubernetes Version

Any

Describe the bug

The glooctl istio inject command always injects the standard sds image variant irrespective of the variant of edge installed.

Expected Behavior

It should install the same variant of sds as the edge installation

Steps to reproduce the bug

  • Install edge with global.image.variant=distroless
  • Run glooctl istio inject
  • The GW pod is now requires the standard sds image and errors out as it is not built and loaded

Additional Environment Detail

No response

Additional Context

No response