1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-14 17:05:28 +00:00

gcloud: Thu Feb 29 10:17:22 UTC 2024

This commit is contained in:
Automated 2024-02-29 10:17:22 +00:00
parent 8778dcbd7e
commit 37dd57701a
203 changed files with 3473 additions and 5938 deletions

View file

@ -5,6 +5,7 @@ NAME
SYNOPSIS
gcloud compute instance-groups managed create NAME --size=SIZE
--template=TEMPLATE [--base-instance-name=BASE_INSTANCE_NAME]
[--default-action-on-vm-failure=ACTION_ON_VM_FAILURE]
[--description=DESCRIPTION] [--[no-]force-update-on-repair]
[--initial-delay=INITIAL_DELAY] [--instance-redistribution-type=TYPE]
[--list-managed-instances-results=MODE]
@ -71,6 +72,17 @@ OPTIONAL FLAGS
with the managed instance group. If not provided base instance name
will be the prefix of instance group name.
--default-action-on-vm-failure=ACTION_ON_VM_FAILURE
Specifies the action that a MIG performs on a failed or an unhealthy
VM. A VM is marked as unhealthy when the application running on that VM
fails a health check. By default, the value of the flag is set to
repair. ACTION_ON_VM_FAILURE must be one of:
do-nothing
MIG does not repair a failed or an unhealthy VM.
repair
MIG automatically repairs a failed or an unhealthy VM.
--description=DESCRIPTION
An optional description for this group.