flagger v1.45.0
Canary.spec.service.trafficPolicy.connectionPool.http.spec.service.trafficPolicy.outlierDetection
Settings controlling eviction of unhealthy hosts from the load balancing pool.
| Field / Type | Description |
|---|---|
baseEjectionTime | Minimum ejection duration. |
consecutive5xxErrors | Number of 5xx errors before a host is ejected from the connection pool. |
consecutiveErrors | No description provided.
|
consecutiveGatewayErrors | Number of gateway errors before a host is ejected from the connection pool.
|
consecutiveLocalOriginFailures | Number of consecutive locally originated failures before ejection. Takes effect only when splitExternalLocalOriginErrors is set to true.
|
interval | Time interval between ejection sweep analysis. |
maxEjectionPercent | No description provided.
|
minHealthPercent | No description provided.
|
splitExternalLocalOriginErrors | Determines whether to distinguish local origin failures from external errors. |