mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Thu Jan 19 00:56:33 UTC 2023
This commit is contained in:
parent
348d9760ee
commit
1248f773ec
1462 changed files with 51835 additions and 5402 deletions
|
|
@ -8,7 +8,7 @@ SYNOPSIS
|
|||
(--source-instance-template=SOURCE_INSTANCE_TEMPLATE
|
||||
| [--machine-type=MACHINE_TYPE
|
||||
: --accelerator=[count=COUNT],[type=TYPE]
|
||||
--local-ssd=[interface=INTERFACE],[size=SIZE]
|
||||
--local-ssd=[count=COUNT],[interface=INTERFACE],[size=SIZE]
|
||||
--maintenance-freeze-duration=MAINTENANCE_FREEZE_DURATION
|
||||
--maintenance-interval=MAINTENANCE_INTERVAL
|
||||
--min-cpu-platform=MIN_CPU_PLATFORM])
|
||||
|
|
@ -87,7 +87,7 @@ REQUIRED FLAGS
|
|||
reservation. Use gcloud compute accelerator-types list to
|
||||
learn about all available accelerator types.
|
||||
|
||||
--local-ssd=[interface=INTERFACE],[size=SIZE]
|
||||
--local-ssd=[count=COUNT],[interface=INTERFACE],[size=SIZE]
|
||||
Manage the size and the interface of local SSD to use. See
|
||||
https://cloud.google.com/compute/docs/disks/local-ssd for more
|
||||
information.
|
||||
|
|
@ -98,6 +98,8 @@ REQUIRED FLAGS
|
|||
higher performance.
|
||||
size
|
||||
The size of the local SSD in base-2 GB.
|
||||
count
|
||||
The number of local SSD to use per VM. Default value is 1.
|
||||
|
||||
--maintenance-freeze-duration=MAINTENANCE_FREEZE_DURATION
|
||||
Specifies the amount of hours after instance creation where the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue