mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +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,6 +7,7 @@ SYNOPSIS
|
|||
(--autoscaling-cpu-target=AUTOSCALING_CPU_TARGET
|
||||
--autoscaling-max-nodes=AUTOSCALING_MAX_NODES
|
||||
--autoscaling-min-nodes=AUTOSCALING_MIN_NODES
|
||||
--autoscaling-storage-target=AUTOSCALING_STORAGE_TARGET
|
||||
| [--num-nodes=NUM_NODES : --disable-autoscaling]) [--async]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -52,8 +53,8 @@ REQUIRED 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.
|
||||
|
||||
--autoscaling-max-nodes=AUTOSCALING_MAX_NODES
|
||||
The maximum number of nodes for autoscaling.
|
||||
|
|
@ -61,6 +62,11 @@ REQUIRED FLAGS
|
|||
--autoscaling-min-nodes=AUTOSCALING_MIN_NODES
|
||||
The minimum number of nodes for autoscaling.
|
||||
|
||||
--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.
|
||||
|
||||
Manual Scaling
|
||||
|
||||
--num-nodes=NUM_NODES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue