mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-17 14:26:34 +00:00
gcloud: Wed Jan 8 10:03:00 UTC 2025
This commit is contained in:
parent
52290f76fe
commit
5a9f5ff67e
161 changed files with 2678 additions and 414 deletions
|
|
@ -17,3 +17,9 @@ GROUPS
|
|||
|
||||
instances
|
||||
Workbench Instances command group.
|
||||
|
||||
NOTES
|
||||
This variant is also available:
|
||||
|
||||
$ gcloud beta workbench
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud workbench instances create (INSTANCE : --location=LOCATION)
|
||||
[--async] [--disable-proxy-access] [--instance-owners=INSTANCE_OWNERS]
|
||||
[--labels=[KEY=VALUE,...]]
|
||||
[--async] [--disable-proxy-access] [--enable-third-party-identity]
|
||||
[--instance-owners=INSTANCE_OWNERS] [--labels=[KEY=VALUE,...]]
|
||||
[--disable-public-ip --enable-ip-forwarding
|
||||
--machine-type=MACHINE_TYPE; default="n1-standard-4"
|
||||
--metadata=[KEY=VALUE,...] --min-cpu-platform=MIN_CPU_PLATFORM
|
||||
|
|
@ -113,6 +113,10 @@ FLAGS
|
|||
--disable-proxy-access
|
||||
If true, the notebook instance will not register with the proxy.
|
||||
|
||||
--enable-third-party-identity
|
||||
If true, the notebook instance provide a proxy endpoint which allows
|
||||
for third party identity.
|
||||
|
||||
--instance-owners=INSTANCE_OWNERS
|
||||
The owners of this instance after creation. Format: alias@example.com.
|
||||
Currently supports one owner only. If not specified, all of the service
|
||||
|
|
@ -172,7 +176,8 @@ FLAGS
|
|||
NVIDIA_TESLA_K80, NVIDIA_TESLA_P100, NVIDIA_TESLA_V100,
|
||||
NVIDIA_TESLA_P4, NVIDIA_TESLA_T4, NVIDIA_TESLA_A100,
|
||||
NVIDIA_A100_80GB, NVIDIA_TESLA_T4_VWS, NVIDIA_TESLA_P100_VWS,
|
||||
NVIDIA_TESLA_P4_VWS, NVIDIA_L4.
|
||||
NVIDIA_TESLA_P4_VWS, NVIDIA_L4, NVIDIA_H100_80GB,
|
||||
NVIDIA_H100_MEGA_80GB.
|
||||
|
||||
Boot disk configurations.
|
||||
|
||||
|
|
|
|||
|
|
@ -92,7 +92,8 @@ FLAGS
|
|||
NVIDIA_TESLA_K80, NVIDIA_TESLA_P100, NVIDIA_TESLA_V100,
|
||||
NVIDIA_TESLA_P4, NVIDIA_TESLA_T4, NVIDIA_TESLA_A100,
|
||||
NVIDIA_A100_80GB, NVIDIA_TESLA_T4_VWS, NVIDIA_TESLA_P100_VWS,
|
||||
NVIDIA_TESLA_P4_VWS, NVIDIA_L4.
|
||||
NVIDIA_TESLA_P4_VWS, NVIDIA_L4, NVIDIA_H100_80GB,
|
||||
NVIDIA_H100_MEGA_80GB.
|
||||
|
||||
GPU driver configurations.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue