1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 12:22:03 +00:00

gcloud: Wed Jun 29 09:00:05 UTC 2022

This commit is contained in:
Automated 2022-06-29 09:00:05 +00:00
parent 8b80260bd9
commit cf5ab60e4a
Failed to extract signature
195 changed files with 4700 additions and 413 deletions

View file

@ -7,7 +7,8 @@ SYNOPSIS
[--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-cpu-target=AUTOSCALING_CPU_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]
@ -68,7 +69,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,...]
--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,...]
Repeatable. Specify cluster config as a key-value dictionary.
This is the recommended argument for specifying cluster configurations.
@ -83,6 +84,14 @@ OPTIONAL FLAGS
*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.
*autoscaling-max-nodes*: The maximum number of nodes for autoscaling.
*autoscaling-cpu-target*: The target CPU utilization percentage for autoscaling. Accepted values are from 10 to 80.
*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.
If this argument is specified, the deprecated arguments for configuring
a single cluster will be ignored, including --cluster, --cluster-zone,
--cluster-num-nodes.