Envoy Gateway: How to I set Upstream timeout? #7846
Answered
by
SAAMalusare
SAAMalusare
asked this question in
Q&A
-
|
Hello, We are now migrating from Ingress-Nginx controller to EnvoyGateway + GatewayAPI.
|
Beta Was this translation helpful? Give feedback.
Answered by
SAAMalusare
Jan 2, 2026
Replies: 1 comment 1 reply
-
|
cc @kkk777-7 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @arkodg, I was able to apply and test. This was implemented via BackendTrafficPolicy
And tested via command: egctl x stats envoy-proxy
`egctl x stats envoy-proxy -n egw-system envoy-egw-system-egw-e19ab3c3-74b976b5f9-vzdk7 | egrep upstream_rq_retry
TYPE envoy_cluster_upstream_rq_retry_limit_exceeded counter
envoy_cluster_upstream_rq_retry_limit_exceeded{envoy_cluster_name="EmptyCluster"} 0
envoy_cluster_upstream_rq_retry_limit_exceeded{envoy_cluster_name="egw-system/egw"} 0
envoy_cluster_upstream_rq_retry_limit_exceeded{envoy_cluster_name="httproute/dt/httproute-mysvc/rule/0"} 3
envoy_cluster_upstream_rq_retry_limit_exceeded{envoy_cluster_name="prometheus_stats"} 0
envoy_cluster_upstre…