1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Wed Aug 21 09:39:51 UTC 2024

This commit is contained in:
Automated 2024-08-21 09:39:51 +00:00
parent d35819d273
commit ed5fe34b64
163 changed files with 3541 additions and 717 deletions

View file

@ -1133,8 +1133,8 @@ REQUIRED 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 (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.
@ -1315,10 +1315,10 @@ REQUIRED 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
@ -1333,10 +1333,10 @@ REQUIRED FLAGS
it 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