Active health checks #3406
-
I am testing the active health check in Envoy Gateway, but it looks like it doesn’t work as I expected. I can see that Envoy calls the healthcheck endpoint, and in the cluster stats, I can see that the cluster is unhealthy (health_flags::/failed_active_hc). Should Envoy really stop traffic to an unhealthy cluster? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
@jan-machacek-kosik can you share a sample BTP and HTTPRoute sample config, so we can better understand what your backend and policy looks like |
Beta Was this translation helpful? Give feedback.
thanks for root causing this one @jan-machacek-kosik, you can set that xds field using the
EnvoyPatchPolicy
featurehttps://gateway.envoyproxy.io/v1.0.1/tasks/extensibility/envoy-patch-policy/ and also raise a GH issue around making the panic threshold configurable