1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 07:29:40 +00:00

gcloud: Wed Apr 16 10:41:40 UTC 2025

This commit is contained in:
Automated 2025-04-16 10:41:40 +00:00
parent 4637d39593
commit b589c4c4ad
316 changed files with 13928 additions and 1163 deletions

View file

@ -4,7 +4,8 @@ NAME
SYNOPSIS
gcloud beta compute instance-groups managed resize-requests create NAME
--resize-by=RESIZE_BY --resize-request=RESIZE_REQUEST_NAME
--resize-request=RESIZE_REQUEST_NAME
(--instances=INSTANCE,[INSTANCE,...] | --resize-by=RESIZE_BY)
[--requested-run-duration=REQUESTED_RUN_DURATION]
[--region=REGION | --zone=ZONE] [GCLOUD_WIDE_FLAG ...]
@ -24,12 +25,21 @@ POSITIONAL ARGUMENTS
Name of the managed instance group to operate on.
REQUIRED FLAGS
--resize-by=RESIZE_BY
The number of VMs to resize managed instance group by.
--resize-request=RESIZE_REQUEST_NAME
The name of the resize request to create.
Exactly one of these must be specified:
--instances=INSTANCE,[INSTANCE,...]
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 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
The time you need the requested VMs to run before being automatically
@ -39,8 +49,9 @@ 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, then
this flag is optional. Otherwise, it's required.
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: