mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-17 14:26:34 +00:00
gcloud: Wed Aug 21 09:39:51 UTC 2024
This commit is contained in:
parent
d35819d273
commit
ed5fe34b64
163 changed files with 3541 additions and 717 deletions
|
|
@ -158,10 +158,10 @@ FLAGS
|
|||
Attaches accelerators (e.g. GPUs) to all nodes.
|
||||
|
||||
type
|
||||
(Required) The specific type (e.g. nvidia-tesla-k80 for NVIDIA
|
||||
Tesla K80) of accelerator to attach to the instances. Use gcloud
|
||||
compute accelerator-types list to learn about all available
|
||||
accelerator types.
|
||||
(Required) The specific type (e.g. nvidia-tesla-t4 for NVIDIA T4)
|
||||
of accelerator to attach to the instances. Use gcloud compute
|
||||
accelerator-types list to learn about all available accelerator
|
||||
types.
|
||||
|
||||
count
|
||||
(Optional) The number of accelerators to attach to the instances.
|
||||
|
|
@ -1601,11 +1601,11 @@ FLAGS
|
|||
Resource limits are specified in the field 'resourceLimits'. Each
|
||||
resource limits definition contains three fields: resourceType,
|
||||
maximum and minimum. Resource type can be "cpu", "memory" or an
|
||||
accelerator (e.g. "nvidia-tesla-k80" for nVidia Tesla K80). Use
|
||||
gcloud compute accelerator-types list to learn about available
|
||||
accelerator types. Maximum is the maximum allowed amount with the
|
||||
unit of the resource. Minimum is the minimum allowed amount with
|
||||
the unit of the resource.
|
||||
accelerator (e.g. "nvidia-tesla-t4" for NVIDIA T4). Use gcloud
|
||||
compute accelerator-types list to learn about available accelerator
|
||||
types. Maximum is the maximum allowed amount with the unit of the
|
||||
resource. Minimum is the minimum allowed amount with the unit of
|
||||
the resource.
|
||||
|
||||
Identity default contains at most one of the below fields:
|
||||
serviceAccount: The Google Cloud Platform Service Account to be
|
||||
|
|
@ -1787,10 +1787,10 @@ FLAGS
|
|||
GPUs) in cluster.
|
||||
|
||||
type
|
||||
(Required) The specific type (e.g. nvidia-tesla-k80 for
|
||||
nVidia Tesla K80) of accelerator for which the limit is
|
||||
set. Use gcloud compute accelerator-types list to learn
|
||||
about all available accelerator types.
|
||||
(Required) The specific type (e.g. nvidia-tesla-t4 for
|
||||
NVIDIA T4) of accelerator for which the limit is set. Use
|
||||
gcloud compute accelerator-types list to learn about all
|
||||
available accelerator types.
|
||||
|
||||
count
|
||||
(Required) The maximum number of accelerators to which the
|
||||
|
|
@ -1805,10 +1805,10 @@ FLAGS
|
|||
isn't set.
|
||||
|
||||
type
|
||||
(Required) The specific type (e.g. nvidia-tesla-k80 for
|
||||
nVidia Tesla K80) of accelerator for which the limit is
|
||||
set. Use gcloud compute accelerator-types list to learn
|
||||
about all available accelerator types.
|
||||
(Required) The specific type (e.g. nvidia-tesla-t4 for
|
||||
NVIDIA T4) of accelerator for which the limit is set. Use
|
||||
gcloud compute accelerator-types list to learn about all
|
||||
available accelerator types.
|
||||
|
||||
count
|
||||
(Required) The minimum number of accelerators to which the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue