Merge pull request #118146 from aroradaman/fix/proxy-healthzserver

proxy healthz server for dualstack clusters
This commit is contained in:
Kubernetes Prow Robot
2023-10-16 21:19:25 +02:00
committed by GitHub
8 changed files with 217 additions and 174 deletions

View File

@@ -90,7 +90,7 @@ func (n *NodePodCIDRHandler) OnNodeSynced() {}
// NodeEligibleHandler handles the life cycle of the Node's eligibility, as
// determined by the health server for directing load balancer traffic.
type NodeEligibleHandler struct {
HealthServer healthcheck.ProxierHealthUpdater
HealthServer *healthcheck.ProxierHealthServer
}
var _ config.NodeHandler = &NodeEligibleHandler{}