mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Thu Mar 26 12:11:21 UTC 2026
This commit is contained in:
parent
c0febd2be1
commit
89a3bc9276
1093 changed files with 69108 additions and 2686 deletions
|
|
@ -44,6 +44,8 @@ SYNOPSIS
|
|||
[--timeout=TIMEOUT; default="30s"]
|
||||
[--tls-settings=[authenticationConfig=AUTHENTICATIONCONFIG],[sni=SNI]]
|
||||
[--tracking-mode=TRACKING_MODE]
|
||||
[--zonal-affinity-spillover=ZONAL_AFFINITY_SPILLOVER]
|
||||
[--zonal-affinity-spillover-ratio=ZONAL_AFFINITY_SPILLOVER_RATIO]
|
||||
[--cache-key-query-string-blacklist=[QUERY_STRING,...]
|
||||
| --cache-key-query-string-whitelist=QUERY_STRING,[...]]
|
||||
[--custom-metrics=[CUSTOM_METRICS,...]
|
||||
|
|
@ -747,6 +749,53 @@ FLAGS
|
|||
(https://cloud.google.com/load-balancing/docs/network/networklb-backend-service#tracking-mode).
|
||||
TRACKING_MODE must be one of: PER_CONNECTION, PER_SESSION.
|
||||
|
||||
--zonal-affinity-spillover=ZONAL_AFFINITY_SPILLOVER
|
||||
Specifies whether zonal affinity is enabled or not. For further
|
||||
details, refer to Zonal affinity options
|
||||
(https://cloud.google.com/load-balancing/docs/internal/zonal-affinity#zonal_affinity_options).
|
||||
|
||||
Can only be set if load balancing scheme is INTERNAL,
|
||||
|
||||
The possible values are:
|
||||
|
||||
ZONAL_AFFINITY_DISABLED
|
||||
Default Value. Zonal Affinity is disabled. The load balancer
|
||||
distributes new connections to all healthy backend VMs across all
|
||||
zones.
|
||||
|
||||
ZONAL_AFFINITY_STAY_WITHIN_ZONE
|
||||
Zonal Affinity is enabled. The load balancer distributes new
|
||||
connections to all healthy backend VMs in the client VM's zone only.
|
||||
If there are no healthy backend VMs in the client VM's zone, the load
|
||||
balancer distributes new connections to all backend VMs in the client
|
||||
VM's zone.
|
||||
|
||||
ZONAL_AFFINITY_SPILL_CROSS_ZONE
|
||||
Zonal Affinity is enabled. The load balancer distributes new
|
||||
connections to all healthy backend VMs in the client VM's zone only.
|
||||
If there aren't enough healthy backend VMs in the client VM's zone,
|
||||
the load balancer distributes some new connections to backend VMs in
|
||||
zones other than the client VM's zone. This distribution depends on a
|
||||
configurable spillover ratio that determines when traffic starts
|
||||
spilling over to backend VMs in other zones.
|
||||
|
||||
ZONAL_AFFINITY_SPILLOVER must be one of: ZONAL_AFFINITY_DISABLED,
|
||||
ZONAL_AFFINITY_STAY_WITHIN_ZONE, ZONAL_AFFINITY_SPILL_CROSS_ZONE.
|
||||
|
||||
--zonal-affinity-spillover-ratio=ZONAL_AFFINITY_SPILLOVER_RATIO
|
||||
The value of the field can range from 0.0 to 1.0, inclusive. If not
|
||||
specified, a default value of 0.0 is used.
|
||||
|
||||
This ratio indicates the threshold value for keeping traffic in the
|
||||
client VM's zone. If the proportion of healthy backend VMs in a zone
|
||||
falls below the configured spillover ratio, some new connections from
|
||||
the client VM are distributed to healthy backend VMs in zones other
|
||||
than the client VM's zone.
|
||||
|
||||
For further details, refer to How ZONAL_AFFINITY_SPILL_CROSS_ZONE and
|
||||
spillover ratio work
|
||||
(https://cloud.google.com/load-balancing/docs/internal/zonal-affinity#zonal-affinity-spillover-ratio).
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--cache-key-query-string-blacklist=[QUERY_STRING,...]
|
||||
|
|
|
|||
|
|
@ -34,6 +34,8 @@ SYNOPSIS
|
|||
[--signed-url-cache-max-age=SIGNED_URL_CACHE_MAX_AGE]
|
||||
[--subsetting-policy=SUBSETTING_POLICY; default="NONE"]
|
||||
[--timeout=TIMEOUT] [--tracking-mode=TRACKING_MODE]
|
||||
[--zonal-affinity-spillover=ZONAL_AFFINITY_SPILLOVER]
|
||||
[--zonal-affinity-spillover-ratio=ZONAL_AFFINITY_SPILLOVER_RATIO]
|
||||
[--bypass-cache-on-request-headers=BYPASS_CACHE_ON_REQUEST_HEADERS
|
||||
| --no-bypass-cache-on-request-headers]
|
||||
[--cache-key-query-string-blacklist=[QUERY_STRING,...]
|
||||
|
|
@ -542,6 +544,53 @@ FLAGS
|
|||
(https://cloud.google.com/load-balancing/docs/network/networklb-backend-service#tracking-mode).
|
||||
TRACKING_MODE must be one of: PER_CONNECTION, PER_SESSION.
|
||||
|
||||
--zonal-affinity-spillover=ZONAL_AFFINITY_SPILLOVER
|
||||
Specifies whether zonal affinity is enabled or not. For further
|
||||
details, refer to Zonal affinity options
|
||||
(https://cloud.google.com/load-balancing/docs/internal/zonal-affinity#zonal_affinity_options).
|
||||
|
||||
Can only be set if load balancing scheme is INTERNAL,
|
||||
|
||||
The possible values are:
|
||||
|
||||
ZONAL_AFFINITY_DISABLED
|
||||
Default Value. Zonal Affinity is disabled. The load balancer
|
||||
distributes new connections to all healthy backend VMs across all
|
||||
zones.
|
||||
|
||||
ZONAL_AFFINITY_STAY_WITHIN_ZONE
|
||||
Zonal Affinity is enabled. The load balancer distributes new
|
||||
connections to all healthy backend VMs in the client VM's zone only.
|
||||
If there are no healthy backend VMs in the client VM's zone, the load
|
||||
balancer distributes new connections to all backend VMs in the client
|
||||
VM's zone.
|
||||
|
||||
ZONAL_AFFINITY_SPILL_CROSS_ZONE
|
||||
Zonal Affinity is enabled. The load balancer distributes new
|
||||
connections to all healthy backend VMs in the client VM's zone only.
|
||||
If there aren't enough healthy backend VMs in the client VM's zone,
|
||||
the load balancer distributes some new connections to backend VMs in
|
||||
zones other than the client VM's zone. This distribution depends on a
|
||||
configurable spillover ratio that determines when traffic starts
|
||||
spilling over to backend VMs in other zones.
|
||||
|
||||
ZONAL_AFFINITY_SPILLOVER must be one of: ZONAL_AFFINITY_DISABLED,
|
||||
ZONAL_AFFINITY_STAY_WITHIN_ZONE, ZONAL_AFFINITY_SPILL_CROSS_ZONE.
|
||||
|
||||
--zonal-affinity-spillover-ratio=ZONAL_AFFINITY_SPILLOVER_RATIO
|
||||
The value of the field can range from 0.0 to 1.0, inclusive. If not
|
||||
specified, a default value of 0.0 is used.
|
||||
|
||||
This ratio indicates the threshold value for keeping traffic in the
|
||||
client VM's zone. If the proportion of healthy backend VMs in a zone
|
||||
falls below the configured spillover ratio, some new connections from
|
||||
the client VM are distributed to healthy backend VMs in zones other
|
||||
than the client VM's zone.
|
||||
|
||||
For further details, refer to How ZONAL_AFFINITY_SPILL_CROSS_ZONE and
|
||||
spillover ratio work
|
||||
(https://cloud.google.com/load-balancing/docs/internal/zonal-affinity#zonal-affinity-spillover-ratio).
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--bypass-cache-on-request-headers=BYPASS_CACHE_ON_REQUEST_HEADERS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue