mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-17 14:26:34 +00:00
gcloud: Wed Apr 26 10:24:37 UTC 2023
This commit is contained in:
parent
b33a8a3e6e
commit
2ae1bc2b12
276 changed files with 6093 additions and 833 deletions
|
|
@ -78,10 +78,11 @@ SYNOPSIS
|
|||
[--istio-config=[auth=MTLS_PERMISSIVE,...]]
|
||||
[--master-authorized-networks=NETWORK,[NETWORK,...]]
|
||||
[--node-pool=NODE_POOL]
|
||||
[--location=LOCATION | --region=REGION | --zone=ZONE, -z ZONE]
|
||||
[--location-policy=LOCATION_POLICY --max-nodes=MAX_NODES
|
||||
--min-nodes=MIN_NODES
|
||||
--total-max-nodes=TOTAL_MAX_NODES --total-min-nodes=TOTAL_MIN_NODES]
|
||||
[--region=REGION | --zone=ZONE, -z ZONE] [GCLOUD_WIDE_FLAG ...]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Update cluster settings for an existing container cluster.
|
||||
|
|
@ -607,11 +608,12 @@ REQUIRED FLAGS
|
|||
--node-locations=ZONE,[ZONE,...]
|
||||
The set of zones in which the specified node footprint should be
|
||||
replicated. All zones must be in the same region as the cluster's
|
||||
master(s), specified by the --zone or --region flag. Additionally,
|
||||
for zonal clusters, --node-locations must contain the cluster's
|
||||
primary zone. If not specified, all nodes will be in the cluster's
|
||||
primary zone (for zonal clusters) or spread across three randomly
|
||||
chosen zones within the cluster's region (for regional clusters).
|
||||
master(s), specified by the -location, --zone, or --region flag.
|
||||
Additionally, for zonal clusters, --node-locations must contain the
|
||||
cluster's primary zone. If not specified, all nodes will be in the
|
||||
cluster's primary zone (for zonal clusters) or spread across three
|
||||
randomly chosen zones within the cluster's region (for regional
|
||||
clusters).
|
||||
|
||||
Note that NUM_NODES nodes will be created in each zone, such that
|
||||
if you specify --num-nodes=4 and choose two locations, 8 nodes will
|
||||
|
|
@ -621,7 +623,7 @@ REQUIRED FLAGS
|
|||
example:
|
||||
|
||||
$ gcloud beta container clusters update example-cluster \
|
||||
--zone us-central1-a \
|
||||
--location us-central1-a \
|
||||
--node-locations us-central1-a,us-central1-b
|
||||
|
||||
Flags for Binary Authorization:
|
||||
|
|
@ -1197,6 +1199,19 @@ OPTIONAL FLAGS
|
|||
--node-pool=NODE_POOL
|
||||
Node pool to be updated.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--location=LOCATION
|
||||
Compute zone or region (e.g. us-central1-a or us-central1) for the
|
||||
cluster.
|
||||
|
||||
--region=REGION
|
||||
Compute region (e.g. us-central1) for the cluster.
|
||||
|
||||
--zone=ZONE, -z ZONE
|
||||
Compute zone (e.g. us-central1-a) for the cluster. Overrides the
|
||||
default compute/zone property value for this command invocation.
|
||||
|
||||
Cluster autoscaling
|
||||
|
||||
--location-policy=LOCATION_POLICY
|
||||
|
|
@ -1238,15 +1253,6 @@ OPTIONAL FLAGS
|
|||
--node-pool (or default node pool if unspecified) can scale. Ignored
|
||||
unless --enable-autoscaling is also specified.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--region=REGION
|
||||
Compute region (e.g. us-central1) for the cluster.
|
||||
|
||||
--zone=ZONE, -z ZONE
|
||||
Compute zone (e.g. us-central1-a) for the cluster. Overrides the
|
||||
default compute/zone property value for this command invocation.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue