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

gcloud: Wed May 25 08:41:12 UTC 2022

This commit is contained in:
Automated 2022-05-25 08:41:12 +00:00
parent bda2bf9142
commit 5b5ff68a0d
Failed to extract signature
154 changed files with 3252 additions and 284 deletions

View file

@ -36,6 +36,7 @@ SYNOPSIS
[--shielded-integrity-monitoring] [--shielded-secure-boot]
[--shielded-vtpm] [--source-instance-template=SOURCE_INSTANCE_TEMPLATE]
[--subnet=SUBNET] [--tags=TAG,[TAG,...]]
[--target-distribution-shape=SHAPE]
[--threads-per-core=THREADS_PER_CORE]
[--boot-disk-kms-key=BOOT_DISK_KMS_KEY
: --boot-disk-kms-keyring=BOOT_DISK_KMS_KEYRING
@ -649,6 +650,25 @@ OPTIONAL FLAGS
$ gcloud compute instances list --filter='tags:tag1'
--target-distribution-shape=SHAPE
Specifies whether and how to distribute VMs across multiple zones in a
region or to enforce placement of VMs in a single zone. The default
shape is ANY_SINGLE_ZONE. SHAPE must be one of:
ANY
Allows creating VMs in multiple zones if one zone cannot
accommodate all the requested VMs. The resulting distribution
shapes can vary.
ANY_SINGLE_ZONE
Enforces VM placement in one allowed zone. Use this to avoid
cross-zone network egress or to reduce network latency. This is the
default value.
BALANCED
Allows distribution of VMs in zones where resources are available
while distributing VMs as evenly as possible across selected zones
to minimize the impact of zonal failures. Recommended for highly
available serving or batch workloads.
--threads-per-core=THREADS_PER_CORE
The number of visible threads per physical core. To disable
simultaneous multithreading (SMT) set this to 1. Valid values are: 1 or