Skip to content

Commit 326f064

Browse files
committed
Add per-host connection limits to DestinationRule
Add perHostLimits field to ConnectionPoolSettings to enable per-host connection limits for individual endpoints in a cluster.This aligns with Envoy's per_host_thresholds capability and is useful for preventing endpoint overload in autoscaling scenarios. Currently only maxConnections field is supported per Envoy's implementation. Fixes #57697
1 parent ce7b580 commit 326f064

File tree

9 files changed

+519
-65
lines changed

9 files changed

+519
-65
lines changed

kubernetes/customresourcedefinitions.gen.yaml

Lines changed: 165 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1/destination_rule_alias.gen.go

Lines changed: 33 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)