mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 13:10:18 +00:00
gcloud: Wed May 14 10:45:02 UTC 2025
This commit is contained in:
parent
dfebca5b6c
commit
82f3a66664
423 changed files with 11160 additions and 1149 deletions
|
|
@ -282,7 +282,7 @@ OPTIONAL FLAGS
|
|||
Sets maxUtilization value.
|
||||
|
||||
name
|
||||
Required, Sets name value.
|
||||
Required, sets name value.
|
||||
|
||||
Shorthand Example:
|
||||
|
||||
|
|
@ -315,7 +315,7 @@ OPTIONAL FLAGS
|
|||
Sets maxUtilization value.
|
||||
|
||||
name
|
||||
Required, Sets name value.
|
||||
Required, sets name value.
|
||||
|
||||
Shorthand Example:
|
||||
|
||||
|
|
|
|||
|
|
@ -774,7 +774,7 @@ FLAGS
|
|||
Sets dryRun value.
|
||||
|
||||
name
|
||||
Required, Sets name value.
|
||||
Required, sets name value.
|
||||
|
||||
Shorthand Example:
|
||||
|
||||
|
|
@ -803,7 +803,7 @@ FLAGS
|
|||
Sets dryRun value.
|
||||
|
||||
name
|
||||
Required, Sets name value.
|
||||
Required, sets name value.
|
||||
|
||||
Shorthand Example:
|
||||
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ SYNOPSIS
|
|||
[--description=DESCRIPTION] [--drop-traffic-if-unhealthy]
|
||||
[--edge-security-policy=EDGE_SECURITY_POLICY] [--[no-]enable-cdn]
|
||||
[--[no-]enable-logging] [--[no-]enable-strong-affinity]
|
||||
[--external-managed-migration-testing-percentage=EXTERNAL_MANAGED_MIGRATION_TESTING_PERCENTAGE]
|
||||
[--failover-ratio=FAILOVER_RATIO] [--health-checks=HEALTH_CHECK,[...]]
|
||||
[--no-health-checks] [--http-health-checks=HTTP_HEALTH_CHECK,[...]]
|
||||
[--https-health-checks=HTTPS_HEALTH_CHECK,[...]]
|
||||
|
|
@ -23,6 +24,7 @@ SYNOPSIS
|
|||
oauth2-client-secret=OAUTH2-CLIENT-SECRET]]
|
||||
[--idle-timeout-sec=IDLE_TIMEOUT_SEC]
|
||||
[--ip-address-selection-policy=IP_ADDRESS_SELECTION_POLICY]
|
||||
[--load-balancing-scheme=LOAD_BALANCING_SCHEME]
|
||||
[--locality-lb-policy=LOCALITY_LB_POLICY]
|
||||
[--logging-optional=LOGGING_OPTIONAL]
|
||||
[--logging-optional-fields=[LOGGING_OPTIONAL_FIELDS,...]]
|
||||
|
|
@ -39,6 +41,8 @@ SYNOPSIS
|
|||
| --cache-key-query-string-whitelist=QUERY_STRING,[...]]
|
||||
[--clear-custom-metrics | --custom-metrics=[CUSTOM_METRICS,...]
|
||||
| --custom-metrics-file=[CUSTOM_METRICS,...]]
|
||||
[--clear-external-managed-migration-state
|
||||
| --external-managed-migration-state=EXTERNAL_MANAGED_MIGRATION_STATE]
|
||||
[--client-ttl=CLIENT_TTL | --no-client-ttl]
|
||||
[--custom-request-header=CUSTOM_REQUEST_HEADER
|
||||
| --no-custom-request-headers]
|
||||
|
|
@ -209,6 +213,12 @@ FLAGS
|
|||
loadbalancingScheme EXTERNAL. Use --enable-strong-affinity to enable
|
||||
and --no-enable-strong-affinity to disable.
|
||||
|
||||
--external-managed-migration-testing-percentage=EXTERNAL_MANAGED_MIGRATION_TESTING_PERCENTAGE
|
||||
Determines the fraction of requests that should be processed by the
|
||||
Global external Application Load Balancer.
|
||||
|
||||
The value of this field must be in the range [0, 100].
|
||||
|
||||
--failover-ratio=FAILOVER_RATIO
|
||||
Applicable only to backend service-based external passthrough Network
|
||||
load balancers and internal passthrough Network load balancers as part
|
||||
|
|
@ -294,6 +304,13 @@ FLAGS
|
|||
IP_ADDRESS_SELECTION_POLICY must be one of: IPV4_ONLY, PREFER_IPV6,
|
||||
IPV6_ONLY.
|
||||
|
||||
--load-balancing-scheme=LOAD_BALANCING_SCHEME
|
||||
Only for the Global external Application Load Balancer migration.
|
||||
|
||||
The value of this field must be EXTERNAL or EXTERNAL_MANAGED.
|
||||
|
||||
LOAD_BALANCING_SCHEME must be one of: EXTERNAL, EXTERNAL_MANAGED.
|
||||
|
||||
--locality-lb-policy=LOCALITY_LB_POLICY
|
||||
The load balancing algorithm used within the scope of the locality.
|
||||
LOCALITY_LB_POLICY must be one of: INVALID_LB_POLICY, ROUND_ROBIN,
|
||||
|
|
@ -603,7 +620,7 @@ FLAGS
|
|||
Sets dryRun value.
|
||||
|
||||
name
|
||||
Required, Sets name value.
|
||||
Required, sets name value.
|
||||
|
||||
Shorthand Example:
|
||||
|
||||
|
|
@ -632,7 +649,7 @@ FLAGS
|
|||
Sets dryRun value.
|
||||
|
||||
name
|
||||
Required, Sets name value.
|
||||
Required, sets name value.
|
||||
|
||||
Shorthand Example:
|
||||
|
||||
|
|
@ -646,6 +663,25 @@ FLAGS
|
|||
|
||||
--custom-metrics-file=path_to_file.(yaml|json)
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-external-managed-migration-state
|
||||
Clears current state of external managed migration.
|
||||
|
||||
--external-managed-migration-state=EXTERNAL_MANAGED_MIGRATION_STATE
|
||||
Specifies the migration state. Possible values are PREPARE,
|
||||
TEST_BY_PERCENTAGE, and TEST_ALL_TRAFFIC.
|
||||
|
||||
To begin the migration from EXTERNAL to EXTERNAL_MANAGED, the state
|
||||
must be changed to PREPARE. The state must be changed to
|
||||
TEST_ALL_TRAFFIC before the loadBalancingScheme can be changed to
|
||||
EXTERNAL_MANAGED. Optionally, the TEST_BY_PERCENTAGE state can be
|
||||
used to migrate traffic by percentage using the
|
||||
--external-managed-migration-testing-percentage flag.
|
||||
|
||||
EXTERNAL_MANAGED_MIGRATION_STATE must be one of: PREPARE,
|
||||
TEST_BY_PERCENTAGE, TEST_ALL_TRAFFIC.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--client-ttl=CLIENT_TTL
|
||||
|
|
|
|||
|
|
@ -248,7 +248,7 @@ OPTIONAL FLAGS
|
|||
Sets maxUtilization value.
|
||||
|
||||
name
|
||||
Required, Sets name value.
|
||||
Required, sets name value.
|
||||
|
||||
Shorthand Example:
|
||||
|
||||
|
|
@ -281,7 +281,7 @@ OPTIONAL FLAGS
|
|||
Sets maxUtilization value.
|
||||
|
||||
name
|
||||
Required, Sets name value.
|
||||
Required, sets name value.
|
||||
|
||||
Shorthand Example:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue