mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed Sep 27 12:05:40 UTC 2023
This commit is contained in:
parent
54eca12593
commit
6c60d7f07f
256 changed files with 8313 additions and 442 deletions
|
|
@ -19,7 +19,7 @@ SYNOPSIS
|
|||
[--pd-disk-size=PD_DISK_SIZE; default=200]
|
||||
[--pd-disk-type=PD_DISK_TYPE; default="pd-standard"]
|
||||
[--pd-reclaim-policy=PD_RECLAIM_POLICY; default="delete"]
|
||||
[--pool-size=POOL_SIZE]
|
||||
[--pool-size=POOL_SIZE] [--replica-zones=[REPLICA_ZONES,...]]
|
||||
[--running-timeout=RUNNING_TIMEOUT; default=7200]
|
||||
[--service-account=SERVICE_ACCOUNT] [--shielded-integrity-monitoring]
|
||||
[--shielded-secure-boot] [--shielded-vtpm]
|
||||
|
|
@ -191,6 +191,16 @@ FLAGS
|
|||
--pool-size=POOL_SIZE
|
||||
Number of instances to pool for faster Workstation starup.
|
||||
|
||||
--replica-zones=[REPLICA_ZONES,...]
|
||||
Specifies the zones the VM and disk resources will be replicated within
|
||||
the region. If set, exactly two zones within the workstation cluster's
|
||||
region must be specified.
|
||||
|
||||
Example:
|
||||
|
||||
$ gcloud beta workstations configs create \
|
||||
--replica-zones=us-central1-a,us-central1-f
|
||||
|
||||
--running-timeout=RUNNING_TIMEOUT; default=7200
|
||||
How long (in seconds) to wait before automatically stopping a
|
||||
workstation after it started. A value of 0 indicates that workstations
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue