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
|
|
@ -4,7 +4,10 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud container node-pools 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],...]]
|
||||
[--boot-disk-kms-key=BOOT_DISK_KMS_KEY] [--cluster=CLUSTER]
|
||||
[--disk-size=DISK_SIZE] [--disk-type=DISK_TYPE]
|
||||
[--enable-autoprovisioning] [--enable-autorepair]
|
||||
|
|
@ -68,7 +71,7 @@ POSITIONAL ARGUMENTS
|
|||
The name of the node pool to create.
|
||||
|
||||
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
|
||||
|
|
@ -81,6 +84,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.
|
||||
|
||||
--boot-disk-kms-key=BOOT_DISK_KMS_KEY
|
||||
The Customer Managed Encryption Key used to encrypt the boot disk
|
||||
attached to each node in the node pool. This should be of the form
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue