gateway icon indicating copy to clipboard operation
gateway copied to clipboard

Manages Envoy Proxy as a Standalone or Kubernetes-based Application Gateway

Results 629 gateway issues
Sort by recently updated
recently updated
newest added

*Description*: I'm currently using the `config` option for a Wasm extension. I have a sensitive value that I don't want explicitly defined in my chart or as a value. It...

area/extensions

*Description*: The [kubernetes-sigs/llm-instance-gateway](https://github.com/kubernetes-sigs/llm-instance-gateway) project has introduced a new backendRef called [LLMServerPool](https://github.com/kubernetes-sigs/llm-instance-gateway/blob/main/docs/proposals/002-api-proposal/proposal.md#llmserverpool), representing a collection of model servers inside Kubernetes, that can be routed to, from an [HTTPRoute](https://gateway-api.sigs.k8s.io/api-types/httproute/), and is looking...

kind/decision

**What type of PR is this?** * fix: allow to have no cpu limit when chart used as dependency **What this PR does / why we need it**: * Removing...

release-note

*Description*: >Describe the issue. * The xds-translator runners subscribes to Xds IR and translates it to Xds https://github.com/envoyproxy/gateway/blob/main/internal/xds/translator/runner/runner.go * The xds-server runner subscribes to Xds and services Xds requests from...

help wanted

*Description*: Currently Gateway API and EG CRDs are located in EG `gateway-helm` chart crds folder. This means that CRDs are not upgraded on chart upgrade, and need to be manually...

kind/decision
area/installation
area/upgrade

*Description*: >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. Ratelimiting doesn't work...

kind/bug
area/xds-translator

*Description*: Envoy Proxy deployment is not cleaned up when we customize the deployment name, replicas etc using EnvoyProxy resource, *Repro steps*: 1. Create a Gateway and use a [EnvoyProxy](https://gateway.envoyproxy.io/docs/api/extension_types/#envoyproxy) to...

kind/bug
area/infra-mgr

*Description*: This feature request is follow up from Slack discussion with @arkodg . The functionality for defining multiple rate limits was previously available through `RateLimitFilters`. However, these filters were removed...

triage

**What type of PR is this?** **What this PR does / why we need it**: - Updates API to format requested in #4410 - Implements host rewrite based on custom...

EG by default sets [use-remote-address](https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/network/http_connection_manager/v3/http_connection_manager.proto#envoy-v3-api-field-extensions-filters-network-http-connection-manager-v3-httpconnectionmanager-use-remote-address) to `true` currently at https://github.com/envoyproxy/gateway/blob/14f687fb4fd18b98de654d22119f4e4bd10a71e2/internal/xds/translator/listener.go#L242 while in envoy this is `false` by default. My understanding is that as eg is supposed to be the first...

stale
triage