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
gRPC health_checks for the ext-proc cluster. Something like this:
clusters:
- name: ext_proc...health_checks:
- timeout: 2s# How long Envoy waits for a health-check responseinterval: 5s# How often Envoy sends health checksunhealthy_threshold: 2# Number of consecutive failures to mark EPP unhealthyhealthy_threshold: 2# Number of consecutive successes to mark EPP healthygrpc_health_check:
# See https://github.com/kubernetes-sigs/gateway-api-inference-extension/blob/main/pkg/manifests/ext_proc.yaml#L91-L93service_name: "inference-extension"authority: "$INFER_EXT_SVC_NAME.$INFER_EXT_SVC_NS:$INFER_EXT_HEALTH_PORT"
...
If ^ works as expected using the static Envoy config, consider including in the ext-proc protocol spec.
Currently, the Envoy static config used for e2e testing does not implement health checking. Envoy and EPP are configured for Kubelet health checking:
Envoy logs:
EPP logs:
However, no active health checking is configured for the
ext_proc
cluster. Should this be added?xref
The text was updated successfully, but these errors were encountered: