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

gcloud: Wed Jan 15 09:50:59 UTC 2025

This commit is contained in:
Automated 2025-01-15 09:50:59 +00:00
parent 5a9f5ff67e
commit 4a036681b1
126 changed files with 4290 additions and 679 deletions

View file

@ -100,7 +100,7 @@ OPTIONAL FLAGS
--processing-units=PROCESSING_UNITS
Number of processing units for the instance.
Autoscaling (Preview)
Autoscaling
--autoscaling-high-priority-cpu-target=AUTOSCALING_HIGH_PRIORITY_CPU_TARGET
Specifies the target percentage of high-priority CPU the autoscaled
@ -116,9 +116,11 @@ OPTIONAL FLAGS
This flag argument must be specified if any of the other arguments
in this group are specified.
Autoscaling limits can be defined in either nodes or processing units.
Exactly one of these must be specified:
Autoscaling limits in nodes
Autoscaling limits in nodes:
--autoscaling-max-nodes=AUTOSCALING_MAX_NODES
Maximum number of nodes for the autoscaled instance.
@ -132,7 +134,7 @@ OPTIONAL FLAGS
This flag argument must be specified if any of the other
arguments in this group are specified.
Autoscaling limits in processing units
Autoscaling limits in processing units:
--autoscaling-max-processing-units=AUTOSCALING_MAX_PROCESSING_UNITS
Maximum number of processing units for the autoscaled instance.

View file

@ -91,7 +91,7 @@ FLAGS
--processing-units=PROCESSING_UNITS
Number of processing units for the instance.
Autoscaling (Preview)
Autoscaling
--autoscaling-high-priority-cpu-target=AUTOSCALING_HIGH_PRIORITY_CPU_TARGET
Specifies the target percentage of high-priority CPU the autoscaled
@ -101,9 +101,11 @@ FLAGS
Specifies the target percentage of storage the autoscaled instance
can utilize.
Autoscaling limits can be defined in either nodes or processing units.
At most one of these can be specified:
Autoscaling limits in nodes
Autoscaling limits in nodes:
--autoscaling-max-nodes=AUTOSCALING_MAX_NODES
Maximum number of nodes for the autoscaled instance.
@ -111,7 +113,7 @@ FLAGS
--autoscaling-min-nodes=AUTOSCALING_MIN_NODES
Minimum number of nodes for the autoscaled instance.
Autoscaling limits in processing units
Autoscaling limits in processing units:
--autoscaling-max-processing-units=AUTOSCALING_MAX_PROCESSING_UNITS
Maximum number of processing units for the autoscaled instance.