1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-13 16:37:00 +00:00

gcloud: Wed Jul 26 10:48:49 UTC 2023

This commit is contained in:
Automated 2023-07-26 10:48:49 +00:00
parent 64e67b443c
commit 4558a00e48
204 changed files with 2787 additions and 1591 deletions

View file

@ -5,8 +5,8 @@ NAME
SYNOPSIS
gcloud compute instance-groups managed create NAME --size=SIZE
--template=TEMPLATE [--base-instance-name=BASE_INSTANCE_NAME]
[--description=DESCRIPTION] [--initial-delay=INITIAL_DELAY]
[--instance-redistribution-type=TYPE]
[--description=DESCRIPTION] [--[no-]force-update-on-repair]
[--initial-delay=INITIAL_DELAY] [--instance-redistribution-type=TYPE]
[--list-managed-instances-results=MODE]
[--stateful-disk=[auto-delete=AUTO-DELETE],[device-name=DEVICE-NAME]]
[--target-distribution-shape=SHAPE] [--target-pool=[TARGET_POOL,...]]
@ -70,6 +70,16 @@ OPTIONAL FLAGS
--description=DESCRIPTION
An optional description for this group.
--[no-]force-update-on-repair
Specifies whether to apply the group's latest configuration when
repairing a VM. If you updated the group's instance template or
per-instance configurations after the VM was created, then these
changes are applied when VM is repaired. If this flag is disabled with
-no-force-update-on-repair, then updates are applied in accordance with
the group's update policy type. By default, this flag is disabled. Use
--force-update-on-repair to enable and --no-force-update-on-repair to
disable.
--initial-delay=INITIAL_DELAY
Specifies the number of seconds that a new VM takes to initialize and
run its startup script. During a VM's initial delay period, the MIG