mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 15:39:42 +00:00
gcloud: Wed Sep 18 09:49:45 UTC 2024
This commit is contained in:
parent
a3842bba95
commit
8ebed5b0f1
182 changed files with 2067 additions and 1436 deletions
|
|
@ -3,11 +3,10 @@ NAME
|
|||
create a Compute Engine managed instance group resize request
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha compute instance-groups managed resize-requests create
|
||||
INSTANCE_GROUP_MANAGER --resize-by=RESIZE_BY
|
||||
--resize-request=RESIZE_REQUEST_NAME
|
||||
[--requested-run-duration=REQUESTED_RUN_DURATION] [--zone=ZONE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
gcloud alpha compute instance-groups managed resize-requests create NAME
|
||||
--resize-by=RESIZE_BY --resize-request=RESIZE_REQUEST_NAME
|
||||
[--requested-run-duration=REQUESTED_RUN_DURATION]
|
||||
[--region=REGION | --zone=ZONE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Create a Compute Engine managed instance group resize request.
|
||||
|
|
@ -21,7 +20,7 @@ EXAMPLES
|
|||
--requested-run-duration=3d1h30s
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
INSTANCE_GROUP_MANAGER
|
||||
NAME
|
||||
Name of the managed instance group to operate on.
|
||||
|
||||
REQUIRED FLAGS
|
||||
|
|
@ -40,26 +39,29 @@ OPTIONAL FLAGS
|
|||
day, 2 hours, 3 minutes, and 4 seconds. The value must be between 10m
|
||||
(10 minutes) and 7d (7 days).
|
||||
|
||||
--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
|
||||
zone (interactive mode only).
|
||||
At most one of these can be specified:
|
||||
|
||||
To avoid prompting when this flag is omitted, you can set the
|
||||
compute/zone property:
|
||||
--region=REGION
|
||||
Region of the managed instance group to operate on. If not specified,
|
||||
you might be prompted to select a region (interactive mode only).
|
||||
|
||||
$ gcloud config set compute/zone ZONE
|
||||
A list of regions can be fetched by running:
|
||||
|
||||
A list of zones can be fetched by running:
|
||||
$ gcloud compute regions list
|
||||
|
||||
$ gcloud compute zones list
|
||||
Overrides the default compute/region property value for this command
|
||||
invocation.
|
||||
|
||||
To unset the property, run:
|
||||
--zone=ZONE
|
||||
Zone of the managed instance group to operate on. If not specified,
|
||||
you might be prompted to select a zone (interactive mode only).
|
||||
|
||||
$ gcloud config unset compute/zone
|
||||
A list of zones can be fetched by running:
|
||||
|
||||
Alternatively, the zone can be stored in the environment variable
|
||||
CLOUDSDK_COMPUTE_ZONE.
|
||||
$ gcloud compute zones list
|
||||
|
||||
Overrides the default compute/zone property value for this command
|
||||
invocation.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue