@@ -489,7 +489,8 @@ The following arguments are supported:
489
489
build times and host selection times. For more information about
490
490
Maglev, refer to https://ai.google/research/pubs/pub44824
491
491
* ` WEIGHTED_MAGLEV ` : Per-instance weighted Load Balancing via health check
492
- reported weights. If set, the Backend Service must
492
+ reported weights. Only applicable to loadBalancingScheme
493
+ EXTERNAL. If set, the Backend Service must
493
494
configure a non legacy HTTP-based Health Check, and
494
495
health check replies are expected to contain
495
496
non-standard HTTP response header field
@@ -500,14 +501,14 @@ The following arguments are supported:
500
501
instance either reported a valid weight or had
501
502
UNAVAILABLE_WEIGHT. Otherwise, Load Balancing remains
502
503
equal-weight.
503
- This field is applicable to either:
504
+ locality_lb_policy is applicable to either:
504
505
* A regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2,
505
506
and loadBalancingScheme set to INTERNAL_MANAGED.
506
507
* A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.
507
508
* A regional backend service with loadBalancingScheme set to EXTERNAL (External Network
508
509
Load Balancing). Only MAGLEV and WEIGHTED_MAGLEV values are possible for External
509
510
Network Load Balancing. The default is MAGLEV.
510
- If session_affinity is not NONE, and this field is not set to MAGLEV, WEIGHTED_MAGLEV,
511
+ If session_affinity is not NONE, and locality_lb_policy is not set to MAGLEV, WEIGHTED_MAGLEV,
511
512
or RING_HASH, session affinity settings will not take effect.
512
513
Only ROUND_ROBIN and RING_HASH are supported when the backend service is referenced
513
514
by a URL map that is bound to target gRPC proxy that has validate_for_proxyless
0 commit comments