flagger v1.45.0

Canary.spec.service.match.queryParams.[key].spec.service.trafficPolicy.outlierDetection

Settings controlling eviction of unhealthy hosts from the load balancing pool.

9 fields
Canary.spec.service.match.queryParams.[key].spec.service.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.

consecutiveErrors
integer

No description provided.

  • format: int32
consecutiveGatewayErrors
integer

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

  • format: int32
consecutiveLocalOriginFailures
integer

Number of consecutive locally originated failures before ejection. Takes effect only when splitExternalLocalOriginErrors is set to true.

  • format: int32
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.