1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-15 01:15:34 +00:00

gcloud: Thu Sep 4 11:11:30 UTC 2025

This commit is contained in:
Automated 2025-09-04 11:11:30 +00:00
parent c0b004f719
commit be3f81b90a
355 changed files with 10181 additions and 607 deletions

View file

@ -9,6 +9,7 @@ SYNOPSIS
gpu-partition-size=GPU_PARTITION_SIZE,
gpu-sharing-strategy=GPU_SHARING_STRATEGY,
max-shared-clients-per-gpu=MAX_SHARED_CLIENTS_PER_GPU],...]]
[--accelerator-network-profile=ACCELERATOR_NETWORK_PROFILE]
[--additional-node-network=[network=NETWORK_NAME,
subnetwork=SUBNETWORK_NAME,...]]
[--additional-pod-network=[subnetwork=SUBNETWORK_NAME,
@ -149,6 +150,16 @@ FLAGS
(Optional) The max number of containers allowed to share each GPU
on the node. This field is used together with gpu-sharing-strategy.
--accelerator-network-profile=ACCELERATOR_NETWORK_PROFILE
Accelerator Network Profile that will be used by the node pool.
Currently only the auto value is supported. A compatible Accelerator
machine type needs to be specified with the --machine-type flag. An
Accelerator Network Profiles will be created if it does not exist.
ACCELERATOR_NETWORK_PROFILE must be (only one value is supported):
auto.
--additional-node-network=[network=NETWORK_NAME,subnetwork=SUBNETWORK_NAME,...]
Attach an additional network interface to each node in the pool. This
parameter can be specified up to 7 times.