mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 23:49:35 +00:00
gcloud: Wed Apr 16 10:41:40 UTC 2025
This commit is contained in:
parent
4637d39593
commit
b589c4c4ad
316 changed files with 13928 additions and 1163 deletions
|
|
@ -31,13 +31,14 @@ REQUIRED FLAGS
|
|||
Exactly one of these must be specified:
|
||||
|
||||
--instances=INSTANCE,[INSTANCE,...]
|
||||
The names of instances to be created by this resize request. The
|
||||
number of names specified determines the number of instances to
|
||||
create. The group's target size will be increased by this number.
|
||||
A comma-separated list of instance names. The number of names you
|
||||
provide determines the number of instances to create with this resize
|
||||
request. The group's target size increases by this count.
|
||||
|
||||
--resize-by=RESIZE_BY
|
||||
The number of instances to be created by this resize request. The
|
||||
group's target size will be increased by this number.
|
||||
The number of instances to create with this resize request. Instances
|
||||
have automatically-generated names. The group's target size increases
|
||||
by this number.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--requested-run-duration=REQUESTED_RUN_DURATION
|
||||
|
|
@ -48,6 +49,10 @@ OPTIONAL FLAGS
|
|||
day, 2 hours, 3 minutes, and 4 seconds. The value must be between 10m
|
||||
(10 minutes) and 7d (7 days).
|
||||
|
||||
If you want the managed instance group to consume a reservation or use
|
||||
FLEX_START provisioning model, then this flag is optional. Otherwise,
|
||||
it's required.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--region=REGION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue