mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Jun 29 09:00:05 UTC 2022
This commit is contained in:
parent
8b80260bd9
commit
cf5ab60e4a
195 changed files with 4700 additions and 413 deletions
|
|
@ -7,9 +7,11 @@ SYNOPSIS
|
|||
[--kms-key=KMS_KEY : --kms-keyring=KMS_KEYRING
|
||||
--kms-location=KMS_LOCATION --kms-project=KMS_PROJECT]
|
||||
[--num-nodes=NUM_NODES; default=3
|
||||
| --autoscaling-cpu-target=AUTOSCALING_CPU_TARGET
|
||||
| [--autoscaling-cpu-target=AUTOSCALING_CPU_TARGET
|
||||
--autoscaling-max-nodes=AUTOSCALING_MAX_NODES
|
||||
--autoscaling-min-nodes=AUTOSCALING_MIN_NODES] [GCLOUD_WIDE_FLAG ...]
|
||||
--autoscaling-min-nodes=AUTOSCALING_MIN_NODES
|
||||
: --autoscaling-storage-target=AUTOSCALING_STORAGE_TARGET]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Create a bigtable cluster.
|
||||
|
|
@ -103,8 +105,8 @@ OPTIONAL FLAGS
|
|||
Autoscaling
|
||||
|
||||
--autoscaling-cpu-target=AUTOSCALING_CPU_TARGET
|
||||
The target CPU utilization percent for autoscaling. Accepted values
|
||||
are from 10 to 80.
|
||||
The target CPU utilization percentage for autoscaling. Accepted
|
||||
values are from 10 to 80.
|
||||
|
||||
This flag must be specified if any of the other arguments in this
|
||||
group are specified.
|
||||
|
|
@ -121,6 +123,11 @@ OPTIONAL FLAGS
|
|||
This flag must be specified if any of the other arguments in this
|
||||
group are specified.
|
||||
|
||||
--autoscaling-storage-target=AUTOSCALING_STORAGE_TARGET
|
||||
The target storage utilization gibibytes per node for autoscaling.
|
||||
Accepted values are from 2560 to 5120 for SSD clusters and 8192 to
|
||||
16384 for HDD clusters.
|
||||
|
||||
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