mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
gcloud: Wed Dec 11 10:18:23 UTC 2024
This commit is contained in:
parent
ad2752c6c9
commit
ec6dc40f99
493 changed files with 17655 additions and 1753 deletions
|
|
@ -4,9 +4,10 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud compute instance-groups managed resize-requests create
|
||||
INSTANCE_GROUP_MANAGER --requested-run-duration=REQUESTED_RUN_DURATION
|
||||
--resize-by=RESIZE_BY --resize-request=RESIZE_REQUEST_NAME
|
||||
[--zone=ZONE] [GCLOUD_WIDE_FLAG ...]
|
||||
INSTANCE_GROUP_MANAGER --resize-by=RESIZE_BY
|
||||
--resize-request=RESIZE_REQUEST_NAME
|
||||
[--requested-run-duration=REQUESTED_RUN_DURATION] [--zone=ZONE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Create a Compute Engine managed instance group resize request.
|
||||
|
|
@ -24,6 +25,13 @@ 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.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--requested-run-duration=REQUESTED_RUN_DURATION
|
||||
The time you need the requested VMs to run before being automatically
|
||||
deleted. The value must be formatted as the number of days, hours,
|
||||
|
|
@ -32,13 +40,9 @@ REQUIRED FLAGS
|
|||
day, 2 hours, 3 minutes, and 4 seconds. The value must be between 10m
|
||||
(10 minutes) and 7d (7 days).
|
||||
|
||||
--resize-by=RESIZE_BY
|
||||
The number of VMs to resize managed instance group by.
|
||||
If you want the managed instance group to consume a reservation, then
|
||||
this flag is optional. Otherwise, it's required.
|
||||
|
||||
--resize-request=RESIZE_REQUEST_NAME
|
||||
The name of the resize request to create.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--zone=ZONE
|
||||
Zone of the managed instance group to operate on. If not specified and
|
||||
the compute/zone property isn't set, you might be prompted to select a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue