You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// The maximum % of an upstream cluster that can be ejected due to outlier
46
-
// detection. Defaults to 10% but will eject at least one host regardless of the value.
45
+
// The maximum % of an upstream cluster that can be ejected due to outlier detection. Defaults to 10% .
46
+
// Will eject at least one host regardless of the value if :ref:`always_eject_one_host<envoy_v3_api_field_config.cluster.v3.OutlierDetection.always_eject_one_host>` is enabled.
// The % chance that a host will be actually ejected when an outlier status
@@ -173,4 +173,8 @@ message OutlierDetection {
173
173
// Set of host's passive monitors.
174
174
// [#not-implemented-hide:]
175
175
repeatedcore.v3.TypedExtensionConfigmonitors=24;
176
+
177
+
// If enabled, at least one host is ejected regardless of the value of :ref:`max_ejection_percent<envoy_v3_api_field_config.cluster.v3.OutlierDetection.max_ejection_percent>`.
0 commit comments