mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
gcloud: Wed Aug 3 09:18:38 UTC 2022
This commit is contained in:
parent
3513fd1c11
commit
3b2f526372
151 changed files with 4150 additions and 308 deletions
|
|
@ -10,9 +10,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
|
||||
|
|
@ -160,6 +161,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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue