You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What issue is being seen? Describe what should be happening instead of
the bug, for example: Envoy should not crash, the expected value isn't
returned, etc.
I am trying to develop EG and building own gateway controller. However, when I try to start own gateways it will use always envoyproxy/gateway-dev prefix images as shutdown image. It is not possible to override shutdown image as own image. Which makes it really difficult to develop envoy gateway. This shutdown image is defined in
zetaab
changed the title
shutdown manager image defaults always envoyproxy/gateway-dev
shutdown manager image not possible to override from envoyproxy/gateway-dev
Apr 26, 2024
Description:
I am trying to develop EG and building own gateway controller. However, when I try to start own gateways it will use always
envoyproxy/gateway-dev
prefix images as shutdown image. It is not possible to override shutdown image as own image. Which makes it really difficult to develop envoy gateway. This shutdown image is defined ingateway/internal/infrastructure/kubernetes/proxy/resource.go
Lines 279 to 284 in 3f8d05b
Repro steps:
GOARCH=amd64 IMAGE=jesseh/envoy-gateway make image
events:
in this case the correct image is available in
jesseh/gateway-dev:3f8d05b3
, but its not possible to override the image in anywayEnvironment:
current main branch
Logs:
The text was updated successfully, but these errors were encountered: