mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Sat Feb 17 10:15:37 UTC 2024
This commit is contained in:
parent
3efce28165
commit
5bf6fb3fc0
84 changed files with 3111 additions and 661 deletions
|
|
@ -9,7 +9,8 @@ SYNOPSIS
|
|||
[--network=NETWORK; default="default"] [--preemptible]
|
||||
[--queue-count=QUEUE_COUNT] [--range=RANGE] [--reserved]
|
||||
[--scopes=[SCOPES,...]] [--service-account=SERVICE_ACCOUNT]
|
||||
[--shielded-secure-boot] [--subnetwork=SUBNETWORK] [--tags=[TAGS,...]]
|
||||
[--shielded-secure-boot] [--spot] [--subnetwork=SUBNETWORK]
|
||||
[--tags=[TAGS,...]]
|
||||
[--accelerator-type=ACCELERATOR_TYPE; default="v2-8"
|
||||
| --topology=TOPOLOGY --type=TYPE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -170,6 +171,13 @@ OPTIONAL FLAGS
|
|||
Specifies that the TPU instances are created with secure boot enabled.
|
||||
This implicitly makes them Shielded VM instances.
|
||||
|
||||
--spot
|
||||
If specified, create this VM as a spot VM. Spot VMs make unused
|
||||
capacity available at highly discounted rates. Spot VMs may be
|
||||
preempted at any time if the capacity is needed, but unless preempted
|
||||
there is no limit on runtime duration. Spot VM TPUs cannot be
|
||||
restarted, and must be recreated again.
|
||||
|
||||
--subnetwork=SUBNETWORK
|
||||
Subnetwork that this TPU will be a part of.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue