istio v1.13.3

DestinationRule.spec.subsets[].trafficPolicy.connectionPool.tcp.spec.trafficPolicy.outlierDetection

9 fields
DestinationRule.spec.subsets[].trafficPolicy.connectionPool.tcp.spec.trafficPolicy.outlierDetection fields and descriptions
Field / TypeDescription
baseEjectionTime
string

Minimum ejection duration.

consecutive5xxErrors
integer

Number of 5xx errors before a host is ejected from the connection pool.

  • nullable
consecutiveErrors
integer

No description provided.

  • format: int32
consecutiveGatewayErrors
integer

Number of gateway errors before a host is ejected from the connection pool.

  • nullable
consecutiveLocalOriginFailures
integer

No description provided.

  • nullable
interval
string

Time interval between ejection sweep analysis.

maxEjectionPercent
integer

No description provided.

  • format: int32
minHealthPercent
integer

No description provided.

  • format: int32
splitExternalLocalOriginErrors
boolean

Determines whether to distinguish local origin failures from external errors.