1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Thu Jul 17 11:02:31 UTC 2025

This commit is contained in:
Automated 2025-07-17 11:02:31 +00:00
parent e53f7148d8
commit fe3a430c1d
365 changed files with 6027 additions and 1863 deletions

View file

@ -7,6 +7,9 @@ SYNOPSIS
(SERVICE_LB_POLICY : --location=LOCATION) [--async]
[--auto-capacity-drain] [--description=DESCRIPTION]
[--failover-health-threshold=FAILOVER_HEALTH_THRESHOLD]
[--isolation-config-granularity=ISOLATION_CONFIG_GRANULARITY;
default="unspecified"]
[--isolation-config-mode=ISOLATION_CONFIG_MODE; default="unspecified"]
[--load-balancing-algorithm=LOAD_BALANCING_ALGORITHM;
default="waterfall-by-region"] [GCLOUD_WIDE_FLAG ...]
@ -77,6 +80,31 @@ FLAGS
99. The default value is 50 for Proxyless service mesh, and 70 for
others.
--isolation-config-granularity=ISOLATION_CONFIG_GRANULARITY; default="unspecified"
The granularity of the isolation. ISOLATION_CONFIG_GRANULARITY must be
one of:
region
Traffic for this service will be isolated at the nearest cloud
region.
unspecified
No isolation is configured for the backend service. Traffic can
overflow based on the load balancing algorithm.
--isolation-config-mode=ISOLATION_CONFIG_MODE; default="unspecified"
The granularity of the isolation. ISOLATION_CONFIG_MODE must be one of:
nearest
Traffic will be sent to the nearest location.
strict
Traffic will fail if no serving backends are available in the same
region as the load balancer.
unspecified
No isolation mode is configured for the backend service.
--load-balancing-algorithm=LOAD_BALANCING_ALGORITHM; default="waterfall-by-region"
The global load balancing algorithm to be used.
LOAD_BALANCING_ALGORITHM must be one of:

View file

@ -7,6 +7,9 @@ SYNOPSIS
(SERVICE_LB_POLICY : --location=LOCATION) [--async]
[--auto-capacity-drain] [--description=DESCRIPTION]
[--failover-health-threshold=FAILOVER_HEALTH_THRESHOLD]
[--isolation-config-granularity=ISOLATION_CONFIG_GRANULARITY;
default="unspecified"]
[--isolation-config-mode=ISOLATION_CONFIG_MODE; default="unspecified"]
[--load-balancing-algorithm=LOAD_BALANCING_ALGORITHM;
default="waterfall-by-region"] [GCLOUD_WIDE_FLAG ...]
@ -76,6 +79,31 @@ FLAGS
99. The default value is 50 for Proxyless service mesh, and 70 for
others.
--isolation-config-granularity=ISOLATION_CONFIG_GRANULARITY; default="unspecified"
The granularity of the isolation. ISOLATION_CONFIG_GRANULARITY must be
one of:
region
Traffic for this service will be isolated at the nearest cloud
region.
unspecified
No isolation is configured for the backend service. Traffic can
overflow based on the load balancing algorithm.
--isolation-config-mode=ISOLATION_CONFIG_MODE; default="unspecified"
The granularity of the isolation. ISOLATION_CONFIG_MODE must be one of:
nearest
Traffic will be sent to the nearest location.
strict
Traffic will fail if no serving backends are available in the same
region as the load balancer.
unspecified
No isolation mode is configured for the backend service.
--load-balancing-algorithm=LOAD_BALANCING_ALGORITHM; default="waterfall-by-region"
The global load balancing algorithm to be used.
LOAD_BALANCING_ALGORITHM must be one of: