Skip to content

Commit

Permalink
Add reflink to panic mode docs from API doc comment
Browse files Browse the repository at this point in the history
Signed-off-by: James Forcier <jforcier@grubhub.com>
  • Loading branch information
James Forcier committed Sep 10, 2019
1 parent b7a649c commit bc54103
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions api/envoy/api/v2/cds.proto
Original file line number Diff line number Diff line change
Expand Up @@ -540,9 +540,10 @@ message Cluster {
// * :ref:`Zone aware routing support <arch_overview_load_balancing_zone_aware_routing>`.
google.protobuf.UInt64Value min_cluster_size = 2;

// If set to true, Envoy will not consider any hosts when the cluster is in panic mode.
// Instead, the cluster will fail all requests as if all hosts are unhealthy. This can help
// avoid potentially overwhelming a failing service.
// If set to true, Envoy will not consider any hosts when the cluster is in :ref:`panic
// mode<arch_overview_load_balancing_panic_threshold>`. Instead, the cluster will fail all
// requests as if all hosts are unhealthy. This can help avoid potentially overwhelming a
// failing service.
bool fail_traffic_on_panic = 3;
}
// Configuration for :ref:`locality weighted load balancing
Expand Down

0 comments on commit bc54103

Please sign in to comment.