mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Dec 11 10:18:23 UTC 2024
This commit is contained in:
parent
ad2752c6c9
commit
ec6dc40f99
493 changed files with 17655 additions and 1753 deletions
|
|
@ -4,11 +4,12 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alpha bigtable instances create INSTANCE --display-name=DISPLAY_NAME
|
||||
[--async] [--cluster=CLUSTER]
|
||||
[--cluster-config=[id=ID,zone=ZONE,nodes=NODES,kms-key=KMS_KEY,
|
||||
autoscaling-min-nodes=AUTOSCALING_MIN_NODES,
|
||||
[--cluster-config=[id=ID,zone=ZONE,[nodes=NODES],
|
||||
[node-scaling-factor=NODE_SCALING_FACTOR],[kms-key=KMS_KEY],
|
||||
[autoscaling-min-nodes=AUTOSCALING_MIN_NODES,
|
||||
autoscaling-max-nodes=AUTOSCALING_MAX_NODES,
|
||||
autoscaling-cpu-target=AUTOSCALING_CPU_TARGET,
|
||||
autoscaling-storage-target=AUTOSCALING_STORAGE_TARGET,...]]
|
||||
autoscaling-storage-target=AUTOSCALING_STORAGE_TARGET],...]]
|
||||
[--cluster-num-nodes=CLUSTER_NUM_NODES]
|
||||
[--cluster-storage-type=CLUSTER_STORAGE_TYPE; default="ssd"]
|
||||
[--cluster-zone=CLUSTER_ZONE]
|
||||
|
|
@ -72,7 +73,7 @@ OPTIONAL FLAGS
|
|||
|
||||
The --cluster argument is deprecated; use --cluster-config instead.
|
||||
|
||||
--cluster-config=[id=ID,zone=ZONE,nodes=NODES,kms-key=KMS_KEY,autoscaling-min-nodes=AUTOSCALING_MIN_NODES,autoscaling-max-nodes=AUTOSCALING_MAX_NODES,autoscaling-cpu-target=AUTOSCALING_CPU_TARGET,autoscaling-storage-target=AUTOSCALING_STORAGE_TARGET,...]
|
||||
--cluster-config=[id=ID,zone=ZONE,[nodes=NODES],[node-scaling-factor=NODE_SCALING_FACTOR],[kms-key=KMS_KEY],[autoscaling-min-nodes=AUTOSCALING_MIN_NODES,autoscaling-max-nodes=AUTOSCALING_MAX_NODES,autoscaling-cpu-target=AUTOSCALING_CPU_TARGET,autoscaling-storage-target=AUTOSCALING_STORAGE_TARGET],...]
|
||||
Repeatable. Specify cluster config as a key-value dictionary.
|
||||
|
||||
This is the recommended argument for specifying cluster configurations.
|
||||
|
|
@ -85,6 +86,8 @@ OPTIONAL FLAGS
|
|||
|
||||
*nodes*: The number of nodes in the cluster. Default=1.
|
||||
|
||||
*node-scaling-factor*: The node scaling factor for the cluster. Default=node-scaling-factor-1x. NODE_SCALING_FACTOR must be one of: node-scaling-factor-1x, node-scaling-factor-2x.
|
||||
|
||||
*kms-key*: The Cloud KMS (Key Management Service) cryptokey that will be used to protect the cluster.
|
||||
|
||||
*autoscaling-min-nodes*: The minimum number of nodes for autoscaling.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue