mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +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
|
|
@ -3,7 +3,10 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud container clusters create NAME
|
||||
[--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],...]]
|
||||
[--additional-zones=ZONE,[ZONE,...]] [--addons=[ADDON,...]] [--async]
|
||||
[--autoprovisioning-network-tags=TAGS,[TAGS,...]]
|
||||
[--autoscaling-profile=AUTOSCALING_PROFILE]
|
||||
|
|
@ -112,7 +115,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
|
||||
|
|
@ -125,6 +128,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.
|
||||
|
||||
--additional-zones=ZONE,[ZONE,...]
|
||||
(DEPRECATED) The set of additional zones in which the specified node
|
||||
footprint should be replicated. All zones must be in the same region as
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue