mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 23:49:35 +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
|
|
@ -48,6 +48,7 @@ SYNOPSIS
|
|||
[--standard-rollout-policy=[batch-node-count=BATCH_NODE_COUNT,
|
||||
batch-percent=BATCH_NODE_PERCENTAGE,
|
||||
batch-soak-duration=BATCH_SOAK_DURATION,...]]
|
||||
[--storage-pools=STORAGE_POOL,[...]]
|
||||
[--system-config-from-file=PATH_TO_FILE] [--tags=TAG,[TAG,...]]
|
||||
[--threads-per-core=THREADS_PER_CORE] [--tpu-topology=TPU_TOPOLOGY]
|
||||
[--windows-os-version=WINDOWS_OS_VERSION]
|
||||
|
|
@ -96,10 +97,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.
|
||||
|
|
@ -646,6 +647,13 @@ FLAGS
|
|||
--standard-rollout-policy=batch-percent=0.3,\
|
||||
batch-soak-duration=60s
|
||||
|
||||
--storage-pools=STORAGE_POOL,[...]
|
||||
A list of storage pools where the node pool's boot disks will be
|
||||
provisioned.
|
||||
|
||||
STORAGE_POOL must be in the format
|
||||
projects/project/zones/zone/storagePools/storagePool
|
||||
|
||||
--system-config-from-file=PATH_TO_FILE
|
||||
Path of the YAML/JSON file that contains the node configuration,
|
||||
including Linux kernel parameters (sysctls) and kubelet configs.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue