diff --git a/envoy/api/v2/cds.proto b/envoy/api/v2/cds.proto index 864290cd..44d2d750 100644 --- a/envoy/api/v2/cds.proto +++ b/envoy/api/v2/cds.proto @@ -517,6 +517,7 @@ message Cluster { message CommonLbConfig { // Configures the :ref:`healthy panic threshold `. // If not specified, the default is 50%. + // To disable panic mode, set to 0%. // // .. note:: // The specified percent will be truncated to the nearest 1%.