1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-09 10:56:49 +00:00

gcloud: Wed Feb 1 11:38:52 UTC 2023

This commit is contained in:
Automated 2023-02-01 11:38:52 +00:00
parent 6dc17bdd4a
commit fc11b54760
173 changed files with 5650 additions and 253 deletions

View file

@ -24,14 +24,16 @@ DESCRIPTION
gcloud compute instance-groups managed create creates a Compute Engine
managed instance group.
For example, running:
EXAMPLES
Running:
$ gcloud compute instance-groups managed create \
example-managed-instance-group --zone us-central1-a \
--template example-instance-template --size 1
example-managed-instance-group --zone=us-central1-a \
--template=example-global-instance-template --size=1
will create one managed instance group called
'example-managed-instance-group' in the us-central1-a zone.
'example-managed-instance-group' in the us-central1-a zone with global
instance template resource: 'example-global-instance-template'.
POSITIONAL ARGUMENTS
NAME
@ -39,16 +41,16 @@ POSITIONAL ARGUMENTS
REQUIRED FLAGS
--size=SIZE
The initial number of instances you want in this group.
Initial number of instances you want in this group.
--template=TEMPLATE
Specifies the instance template to use when creating new instances.
OPTIONAL FLAGS
--base-instance-name=BASE_INSTANCE_NAME
The base name to use for the Compute Engine instances that will be
created with the managed instance group. If not provided base instance
name will be the prefix of instance group name.
Base name to use for the Compute Engine instances that will be created
with the managed instance group. If not provided base instance name
will be the prefix of instance group name.
--description=DESCRIPTION
An optional description for this group.