docs: Point out that one host will always be ejected when (#3347)

outlier detection is enabled.

Signed-off-by: Brian Ramos <brirams@users.noreply.github.com>

Mirrored from https://github.com/envoyproxy/envoy @ 7cdd131e7e70cb547838d41a8bea59d442766605
pull/620/head
data-plane-api(CircleCI) 7 years ago
parent e40591f259
commit 9212202eb5
  1. 2
      envoy/api/v2/cluster/outlier_detection.proto

@ -30,7 +30,7 @@ message OutlierDetection {
google.protobuf.Duration base_ejection_time = 3 [(validate.rules).duration.gt = {}];
// The maximum % of an upstream cluster that can be ejected due to outlier
// detection. Defaults to 10%.
// detection. Defaults to 10% but will eject at least one host regardless of the value.
google.protobuf.UInt32Value max_ejection_percent = 4 [(validate.rules).uint32.lte = 100];
// The % chance that a host will be actually ejected when an outlier status

Loading…
Cancel
Save