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

gcloud: Wed Jun 15 08:33:03 UTC 2022

This commit is contained in:
Automated 2022-06-15 08:33:03 +00:00
parent 28d031b3c1
commit 5378794555
Failed to extract signature
147 changed files with 5222 additions and 263 deletions

View file

@ -12,9 +12,10 @@ SYNOPSIS
| [--reservation=RESERVATION : --reservation-zone=RESERVATION_ZONE
--accelerator=[count=COUNT],[type=TYPE]
--local-ssd=[interface=INTERFACE],[size=SIZE]
--machine-type=MACHINE_TYPE --min-cpu-platform=MIN_CPU_PLATFORM
--require-specific-reservation --vm-count=VM_COUNT
--share-setting=SHARE_SETTING
--machine-type=MACHINE_TYPE
--maintenance-interval=MAINTENANCE_INTERVAL
--min-cpu-platform=MIN_CPU_PLATFORM --require-specific-reservation
--vm-count=VM_COUNT --share-setting=SHARE_SETTING
--share-with=SHARE_WITH,[SHARE_WITH,...]]] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
@ -168,6 +169,18 @@ OPTIONAL FLAGS
custom-number_of_CPUs-amount_of_memory pattern, e.g.
custom-32-29440.
--maintenance-interval=MAINTENANCE_INTERVAL
Specifies how infrastructure upgrades should be applied to the
VM. MAINTENANCE_INTERVAL must be (currently only one value is
supported):
PERIODIC
VMs receive infrastructure and hypervisor updates on a
periodic basis, minimizing the number of maintenance
operations (live migrations or terminations) on an individual
VM. Security updates will still be applied as soon as they
are available.
--min-cpu-platform=MIN_CPU_PLATFORM
Optional minimum CPU platform of the reservation to create.