mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Feb 12 10:41:39 UTC 2025
This commit is contained in:
parent
c854ee0644
commit
44f319c56c
119 changed files with 5956 additions and 337 deletions
|
|
@ -7,6 +7,8 @@ SYNOPSIS
|
|||
[--machine-type=MACHINE_TYPE --metadata=[KEY=VALUE,...]
|
||||
--tags=[TAGS,...] --accelerator-core-count=ACCELERATOR_CORE_COUNT
|
||||
--accelerator-type=ACCELERATOR_TYPE
|
||||
[--container-repository=CONTAINER_REPOSITORY
|
||||
: --container-tag=CONTAINER_TAG]
|
||||
--custom-gpu-driver-path=CUSTOM_GPU_DRIVER_PATH
|
||||
--install-gpu-driver=INSTALL_GPU_DRIVER
|
||||
--shielded-integrity-monitoring=SHIELDED_INTEGRITY_MONITORING
|
||||
|
|
@ -98,6 +100,19 @@ FLAGS
|
|||
NVIDIA_TESLA_P4_VWS, NVIDIA_L4, NVIDIA_H100_80GB,
|
||||
NVIDIA_H100_MEGA_80GB.
|
||||
|
||||
Container image configurations.
|
||||
|
||||
--container-repository=CONTAINER_REPOSITORY
|
||||
The path to the container image repository. For example:
|
||||
gcr.io/{project_id}/{image_name}.
|
||||
|
||||
This flag argument must be specified if any of the other arguments
|
||||
in this group are specified.
|
||||
|
||||
--container-tag=CONTAINER_TAG
|
||||
The tag of the container image. If not specified, this defaults to
|
||||
the latest tag.
|
||||
|
||||
GPU driver configurations.
|
||||
|
||||
--custom-gpu-driver-path=CUSTOM_GPU_DRIVER_PATH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue