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

gcloud: Wed Aug 23 10:30:46 UTC 2023

This commit is contained in:
Automated 2023-08-23 10:30:46 +00:00
parent 5f3d6bc974
commit f9edf67fe5
677 changed files with 22815 additions and 975 deletions

View file

@ -11,6 +11,8 @@ SYNOPSIS
[--remove-stateful-disks=DEVICE_NAME,[DEVICE_NAME,...]]
[--remove-stateful-external-ips=INTERFACE_NAME,[...]]
[--remove-stateful-internal-ips=INTERFACE_NAME,[...]]
[--standby-pool-initial-delay=STANDBY_POOL_INITIAL_DELAY]
[--standby-pool-mode=STANDBY_POOL_MODE]
[--stateful-disk=[auto-delete=AUTO-DELETE],[device-name=DEVICE-NAME]]
[--stateful-external-ip=[enabled],
[auto-delete=AUTO-DELETE],[interface-name=INTERFACE-NAME]]
@ -130,6 +132,19 @@ FLAGS
Remove stateful configuration for the specified interfaces for internal
IPs.
--standby-pool-initial-delay=STANDBY_POOL_INITIAL_DELAY
Specifies the initialization delay for stopping/suspending instances.
--standby-pool-mode=STANDBY_POOL_MODE
Defines behaviour of using instances from standby pool to resize MIG.
STANDBY_POOL_MODE must be one of:
MANUAL
MIG does not automatically stop/start or suspend/resume VMs.
SCALE_OUT_POOL
MIG automatically resumes and starts VMs when it scales out, and
replenishes the standby pool afterwards.
--stateful-disk=[auto-delete=AUTO-DELETE],[device-name=DEVICE-NAME]
Disks considered stateful by the instance group. Managed instance
groups preserve and reattach stateful disks on VM autohealing, update,