mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +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.
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ SYNOPSIS
|
|||
| --node-labels=[NODE_LABEL,...] | --node-locations=ZONE,[ZONE,...]
|
||||
| --node-taints=[NODE_TAINT,...]
|
||||
| --resource-manager-tags=[KEY=VALUE,...]
|
||||
| --storage-pools=STORAGE_POOL,[...]
|
||||
| --system-config-from-file=PATH_TO_FILE | --tags=[TAG,...]
|
||||
| --windows-os-version=WINDOWS_OS_VERSION
|
||||
| --workload-metadata=WORKLOAD_METADATA | --disk-size=DISK_SIZE
|
||||
|
|
@ -203,6 +204,14 @@ REQUIRED FLAGS
|
|||
policy rules. For instructions, see
|
||||
https://cloud.google.com/firewall/docs/use-tags-for-firewalls.
|
||||
|
||||
--storage-pools=STORAGE_POOL,[...]
|
||||
A list of storage pools where the node pool's boot disks will be
|
||||
provisioned. Replaces all the current storage pools of an existing
|
||||
node pool, with the specified storage pools.
|
||||
|
||||
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