generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 140
Closed
Labels
help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
Description
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:
[2025-01-28 22:03:20.933][24][debug][http] [source/common/http/conn_manager_impl.cc:1183] [Tags: "ConnectionId":"168","StreamId":"3271118745624594159"] request headers complete (end_stream=true):
':authority', '10.244.0.174:19001'
':path', '/ready'
':method', 'GET'
'user-agent', 'kube-probe/1.27'
'accept', '*/*'
'connection', 'close'
EPP logs:
I0128 21:58:29.531032 1 health.go:22] gRPC health check serving: service:"inference-extension"
However, no active health checking is configured for the ext_proc
cluster. Should this be added?
Metadata
Metadata
Assignees
Labels
help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.