1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Wed Jan 31 10:36:17 UTC 2024

This commit is contained in:
Automated 2024-01-31 10:36:17 +00:00
parent 7a546ffea4
commit fa6c1dc7ec
142 changed files with 1981 additions and 793 deletions

View file

@ -6,10 +6,10 @@ SYNOPSIS
[--async] [--data-disk=[mode=MODE],[source=SOURCE]]
[--description=DESCRIPTION] [--internal-ips] [--labels=[KEY=VALUE,...]]
[--metadata=[KEY=VALUE,...]] [--metadata-from-file=[KEY=VALUE,...]]
[--network=NETWORK; default="default"] [--preemptible] [--range=RANGE]
[--reserved] [--scopes=[SCOPES,...]]
[--service-account=SERVICE_ACCOUNT] [--shielded-secure-boot]
[--subnetwork=SUBNETWORK] [--tags=[TAGS,...]]
[--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,...]]
[--accelerator-type=ACCELERATOR_TYPE; default="v2-8"
| --topology=TOPOLOGY --type=TYPE] [GCLOUD_WIDE_FLAG ...]
@ -132,6 +132,13 @@ OPTIONAL FLAGS
Preemptible TPUs cannot be restarted.
--queue-count=QUEUE_COUNT
Specifies the networking queue count for TPU VM instances. Both Rx and
Tx queues will be set to this number. If it's not specified, a default
queue count will be assigned. For Virtio-net, each interface will get
min(floor(#vCPU / #vNIC), 32) queues. For gVNIC, each interface will
get min(floor(#vCPU / #vNIC / 2), 16) queues.
--range=RANGE
CIDR Range for the TPU.