mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Aug 3 09:18:38 UTC 2022
This commit is contained in:
parent
3513fd1c11
commit
3b2f526372
151 changed files with 4150 additions and 308 deletions
|
|
@ -4,8 +4,11 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha container clusters create NAME
|
||||
[--accelerator=[type=TYPE,[count=COUNT],...]] [--addons=[ADDON,...]]
|
||||
[--allow-route-overlap] [--async]
|
||||
[--accelerator=[type=TYPE,[count=COUNT,
|
||||
gpu-partition-size=GPU_PARTITION_SIZE,
|
||||
gpu-sharing-strategy=GPU_SHARING_STRATEGY,
|
||||
max-shared-clients-per-gpu=MAX_SHARED_CLIENTS_PER_GPU],...]]
|
||||
[--addons=[ADDON,...]] [--allow-route-overlap] [--async]
|
||||
[--autoprovisioning-network-tags=TAGS,[TAGS,...]]
|
||||
[--autoscaling-profile=AUTOSCALING_PROFILE]
|
||||
[--boot-disk-kms-key=BOOT_DISK_KMS_KEY]
|
||||
|
|
@ -124,7 +127,7 @@ POSITIONAL ARGUMENTS
|
|||
40 characters.
|
||||
|
||||
FLAGS
|
||||
--accelerator=[type=TYPE,[count=COUNT],...]
|
||||
--accelerator=[type=TYPE,[count=COUNT,gpu-partition-size=GPU_PARTITION_SIZE,gpu-sharing-strategy=GPU_SHARING_STRATEGY,max-shared-clients-per-gpu=MAX_SHARED_CLIENTS_PER_GPU],...]
|
||||
Attaches accelerators (e.g. GPUs) to all nodes.
|
||||
|
||||
type
|
||||
|
|
@ -137,6 +140,20 @@ FLAGS
|
|||
(Optional) The number of accelerators to attach to the instances.
|
||||
The default value is 1.
|
||||
|
||||
gpu-partition-size
|
||||
(Optional) The GPU partition size used when running multi-instance
|
||||
GPUs. For information about multi-instance GPUs, refer to:
|
||||
https://cloud.google.com/kubernetes-engine/docs/how-to/gpus-multi
|
||||
|
||||
gpu-sharing-strategy
|
||||
(Optional) The GPU sharing strategy (e.g. time-sharing) to use. For
|
||||
information about GPU sharing, refer to:
|
||||
https://cloud.google.com/kubernetes-engine/docs/concepts/timesharing-gpus
|
||||
|
||||
max-shared-clients-per-gpu
|
||||
(Optional) The max number of containers allowed to share each GPU
|
||||
on the node. This field is used together with gpu-sharing-strategy.
|
||||
|
||||
--addons=[ADDON,...]
|
||||
Addons
|
||||
(https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters#Cluster.AddonsConfig)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue