flagger v1.19.0

Canary.spec.service.trafficPolicy.outlierDetection

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

7 fields
Canary.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
interval
string

Time interval between ejection sweep analysis.

maxEjectionPercent
integer

No description provided.

  • format: int32
minHealthPercent
integer

No description provided.

  • format: int32