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

gcloud: Wed Jul 13 09:59:37 UTC 2022

This commit is contained in:
Automated 2022-07-13 09:59:38 +00:00
parent cf5ab60e4a
commit 879929cbc6
Failed to extract signature
323 changed files with 7203 additions and 4178 deletions

View file

@ -61,17 +61,16 @@ OPTIONAL FLAGS
An instance redistribution type can be specified only for a
non-autoscaled regional managed instance group. By default it is set to
PROACTIVE.
proactive.
The following types are available:
TYPE must be one of:
◆ NONE - The managed instance group does not redistribute instances
across zones.
◆ PROACTIVE - The managed instance group proactively redistributes
instances to meet its target distribution.
TYPE must be one of: NONE, PROACTIVE.
none
The managed instance group does not redistribute instances across
zones.
proactive
The managed instance group proactively redistributes instances to
meet its target distribution.
--stateful-disk=[auto-delete=AUTO-DELETE],[device-name=DEVICE-NAME]
Disks considered stateful by the instance group. Managed instance
@ -95,21 +94,21 @@ OPTIONAL FLAGS
--target-distribution-shape=SHAPE
Specifies how a regional managed instance group distributes its
instances across zones within the region. The default shape is EVEN.
instances across zones within the region. The default shape is even.
SHAPE must be one of:
ANY
any
The group picks zones for creating VM instances to fulfill the
requested number of VMs within present resource constraints and to
maximize utilization of unused zonal reservations. Recommended for
batch workloads that do not require high availability.
BALANCED
balanced
The group prioritizes acquisition of resources, scheduling VMs in
zones where resources are available while distributing VMs as
evenly as possible across selected zones to minimize the impact of
zonal failure. Recommended for highly available serving or batch
workloads that do not require autoscaling.
EVEN
even
The group schedules VM instance creation and deletion to achieve
and maintain an even number of managed instances across the
selected zones. The distribution is even when the number of managed