docs: provide a consistent definition of overprovisioning_factor (#11429)

Signed-off-by: Muge Chen <mugechen@google.com>

Mirrored from https://github.com/envoyproxy/envoy @ 636d40391ac114a8be960c9251af3849781a293f
master-ci-test
data-plane-api(CircleCI) 5 years ago
parent 13daa67384
commit 1ab04e0ae2
  1. 2
      envoy/config/endpoint/v3/endpoint.proto

@ -80,7 +80,7 @@ message ClusterLoadAssignment {
// Priority levels and localities are considered overprovisioned with this
// factor (in percentage). This means that we don't consider a priority
// level or locality unhealthy until the percentage of healthy hosts
// level or locality unhealthy until the fraction of healthy hosts
// multiplied by the overprovisioning factor drops below 100.
// With the default value 140(1.4), Envoy doesn't consider a priority level
// or a locality unhealthy until their percentage of healthy hosts drops

Loading…
Cancel
Save