Skip to content

Commit 6eff782

Browse files
authored
Clarify that MeshConfig.localityLbSetting is enabled by default (#2737)
* Clarify that MeshConfig.localityLbSetting is enabled by default Signed-off-by: Faseela K <[email protected]> * address review comments Signed-off-by: Faseela K <[email protected]> --------- Signed-off-by: Faseela K <[email protected]>
1 parent 49a8f67 commit 6eff782

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

mesh/v1alpha1/config.pb.go

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mesh/v1alpha1/config.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,9 @@ message MeshConfig {
302302
string root_namespace = 34;
303303

304304
// Locality based load balancing distribution or failover settings.
305+
// If unspecified, locality based load balancing will be enabled by default.
306+
// However, this requires outlierDetection to actually take effect for a particular
307+
// service, see https://istio.io/latest/docs/tasks/traffic-management/locality-load-balancing/failover/
305308
istio.networking.v1alpha3.LocalityLoadBalancerSetting locality_lb_setting = 35;
306309

307310
// Configures DNS refresh rate for Envoy clusters of type `STRICT_DNS`

mesh/v1alpha1/istio.mesh.v1alpha1.pb.html

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)