Merge pull request #1907 from kei-gnu/istio-split-external-local-origin-errors

feat: add support istio's splitExternalLocalOriginErrors and consecutiveLocalOriginFailures
This commit is contained in:
Sanskar Jaiswal
2026-05-01 19:03:16 +05:30
committed by GitHub
5 changed files with 50 additions and 0 deletions
+10
View File
@@ -859,6 +859,12 @@ spec:
ejected from the connection pool.
format: int32
type: integer
consecutiveLocalOriginFailures:
description: Number of consecutive locally originated
failures before ejection. Takes effect only when
splitExternalLocalOriginErrors is set to true.
format: int32
type: integer
interval:
description: Time interval between ejection sweep analysis.
type: string
@@ -868,6 +874,10 @@ spec:
minHealthPercent:
format: int32
type: integer
splitExternalLocalOriginErrors:
description: Determines whether to distinguish local
origin failures from external errors.
type: boolean
tls:
description: Istio TLS related settings for connections to the upstream service
type: object