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:
parent
bda2bf9142
commit
5b5ff68a0d
154 changed files with 3252 additions and 284 deletions
|
|
@ -39,6 +39,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]
|
||||
[--termination-time=TERMINATION_TIME]
|
||||
[--threads-per-core=THREADS_PER_CORE]
|
||||
[--visible-core-count=VISIBLE_CORE_COUNT]
|
||||
|
|
@ -690,6 +691,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.
|
||||
|
||||
--termination-time=TERMINATION_TIME
|
||||
Limits how long this VM instance can run, specified as a time. Format
|
||||
the time, TERMINATION_TIME, as a RFC 3339 timestamp. Alternatively, to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue