mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Thu Apr 20 10:38:56 UTC 2023
This commit is contained in:
parent
b155beb241
commit
b33a8a3e6e
169 changed files with 3258 additions and 576 deletions
|
|
@ -12,7 +12,7 @@ SYNOPSIS
|
|||
[--container-run-as-user=CONTAINER_RUN_AS_USER]
|
||||
[--container-working-dir=CONTAINER_WORKING_DIR]
|
||||
[--disable-public-ip-addresses] [--enable-confidential-compute]
|
||||
[--idle-timeout=IDLE_TIMEOUT; default=7200]
|
||||
[--idle-timeout=IDLE_TIMEOUT; default=7200] [--labels=[LABELS,...]]
|
||||
[--machine-type=MACHINE_TYPE; default="e2-standard-4"]
|
||||
[--network-tags=[NETWORK_TAGS,...]]
|
||||
[--pd-disk-size=PD_DISK_SIZE; default=200]
|
||||
|
|
@ -134,6 +134,15 @@ FLAGS
|
|||
that hasn't received any user traffic. A value of 0 indicates that this
|
||||
instance should never time out due to idleness.
|
||||
|
||||
--labels=[LABELS,...]
|
||||
Labels that are applied to the resource and propagated to the
|
||||
underlying Compute Engine resources.
|
||||
|
||||
Example:
|
||||
|
||||
$ gcloud beta workstations configs create \
|
||||
--labels=label1=value1,label2=value2
|
||||
|
||||
--machine-type=MACHINE_TYPE; default="e2-standard-4"
|
||||
Machine type determines the specifications of the Compute Engine
|
||||
machines that the workstations created under this configuration will
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue