1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Sat Jun 14 05:31:37 UTC 2025

This commit is contained in:
Automated 2025-06-14 05:31:37 +00:00
parent 1799759190
commit fa40c10f6a
712 changed files with 17386 additions and 4918 deletions

View file

@ -45,6 +45,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,...]
@ -541,12 +543,10 @@ FLAGS
Load Balancer), the protocol must be one of: TCP, UDP, UNSPECIFIED.
If the load-balancing-scheme is INTERNAL_SELF_MANAGED (Traffic
Director), the protocol must be one of: HTTP, HTTPS, HTTP2, GRPC, H2C
(beta only).
Director), the protocol must be one of: HTTP, HTTPS, HTTP2, GRPC, H2C.
If the load-balancing-scheme is INTERNAL_MANAGED (Internal Application
Load Balancer), the protocol must be one of: HTTP, HTTPS, HTTP2, H2C
(beta only).
Load Balancer), the protocol must be one of: HTTP, HTTPS, HTTP2, H2C.
If the load-balancing-scheme is INTERNAL_MANAGED (Internal proxy
Network Load Balancer), the protocol must be only TCP.
@ -561,8 +561,7 @@ FLAGS
If the load-balancing-scheme is EXTERNAL_MANAGED (Global external
Application Load Balancer and regional external Application Load
Balancer), the protocol must be one of: HTTP, HTTPS, HTTP2, H2C (beta
only).
Balancer), the protocol must be one of: HTTP, HTTPS, HTTP2, H2C.
If the load-balancing-scheme is EXTERNAL_MANAGED (Global external proxy
Network Load Balancer), the protocol must be one of: TCP, SSL.
@ -757,6 +756,44 @@ 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.
Can only be set if load balancing scheme is INTERNAL,
The possible values are:
ZONAL_AFFINITY_DISABLED
Zonal Affinity is disabled. The load balancer distributes new
connections to all healthy backend endpoints across all zones.
ZONAL_AFFINITY_STAY_WITHIN_ZONE
Zonal Affinity is enabled. The load balancer distributes new
connections to all healthy backend endpoints in the local zone only.
If there are no healthy backend endpoints in the local zone, the load
balancer distributes new connections to all backend endpoints in the
local zone.
ZONAL_AFFINITY_SPILL_CROSS_ZONE
Zonal Affinity is enabled. The load balancer distributes new
connections to all healthy backend endpoints in the local zone only.
If there aren't enough healthy backend endpoints in the local zone,
the load balancer distributes new connections to all healthy backend
endpoints across all 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 must be in [0, 1]. When the ratio of the count
of healthy backend endpoints in a zone to the count of backend
endpoints in that same zone is equal to or above this threshold, the
load balancer distributes new connections to all healthy endpoints in
the local zone only. When the ratio of the count of healthy backend
endpoints in a zone to the count of backend endpoints in that same zone
is below this threshold, the load balancer distributes all new
connections to all healthy endpoints across all zones.
At most one of these can be specified:
--cache-key-query-string-blacklist=[QUERY_STRING,...]

View file

@ -37,6 +37,8 @@ SYNOPSIS
[--subsetting-policy=SUBSETTING_POLICY; default="NONE"]
[--subsetting-subset-size=SUBSETTING_SUBSET_SIZE] [--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,...]
@ -380,12 +382,10 @@ FLAGS
Load Balancer), the protocol must be one of: TCP, UDP, UNSPECIFIED.
If the load-balancing-scheme is INTERNAL_SELF_MANAGED (Traffic
Director), the protocol must be one of: HTTP, HTTPS, HTTP2, GRPC, H2C
(beta only).
Director), the protocol must be one of: HTTP, HTTPS, HTTP2, GRPC, H2C.
If the load-balancing-scheme is INTERNAL_MANAGED (Internal Application
Load Balancer), the protocol must be one of: HTTP, HTTPS, HTTP2, H2C
(beta only).
Load Balancer), the protocol must be one of: HTTP, HTTPS, HTTP2, H2C.
If the load-balancing-scheme is INTERNAL_MANAGED (Internal proxy
Network Load Balancer), the protocol must be only TCP.
@ -400,8 +400,7 @@ FLAGS
If the load-balancing-scheme is EXTERNAL_MANAGED (Global external
Application Load Balancer and regional external Application Load
Balancer), the protocol must be one of: HTTP, HTTPS, HTTP2, H2C (beta
only).
Balancer), the protocol must be one of: HTTP, HTTPS, HTTP2, H2C.
If the load-balancing-scheme is EXTERNAL_MANAGED (Global external proxy
Network Load Balancer), the protocol must be one of: TCP, SSL.
@ -562,6 +561,44 @@ 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.
Can only be set if load balancing scheme is INTERNAL,
The possible values are:
ZONAL_AFFINITY_DISABLED
Zonal Affinity is disabled. The load balancer distributes new
connections to all healthy backend endpoints across all zones.
ZONAL_AFFINITY_STAY_WITHIN_ZONE
Zonal Affinity is enabled. The load balancer distributes new
connections to all healthy backend endpoints in the local zone only.
If there are no healthy backend endpoints in the local zone, the load
balancer distributes new connections to all backend endpoints in the
local zone.
ZONAL_AFFINITY_SPILL_CROSS_ZONE
Zonal Affinity is enabled. The load balancer distributes new
connections to all healthy backend endpoints in the local zone only.
If there aren't enough healthy backend endpoints in the local zone,
the load balancer distributes new connections to all healthy backend
endpoints across all 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 must be in [0, 1]. When the ratio of the count
of healthy backend endpoints in a zone to the count of backend
endpoints in that same zone is equal to or above this threshold, the
load balancer distributes new connections to all healthy endpoints in
the local zone only. When the ratio of the count of healthy backend
endpoints in a zone to the count of backend endpoints in that same zone
is below this threshold, the load balancer distributes all new
connections to all healthy endpoints across all zones.
At most one of these can be specified:
--bypass-cache-on-request-headers=BYPASS_CACHE_ON_REQUEST_HEADERS