1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 07:29:40 +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

@ -4,6 +4,7 @@ NAME
SYNOPSIS
gcloud compute instance-groups managed update NAME
[--default-action-on-vm-failure=ACTION_ON_VM_FAILURE]
[--description=DESCRIPTION] [--[no-]force-update-on-repair]
[--instance-redistribution-type=TYPE]
[--list-managed-instances-results=MODE]
@ -60,6 +61,17 @@ POSITIONAL ARGUMENTS
Name of the managed instance group to update.
FLAGS
--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. To clear the description, set
the value to an empty string.