mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Wed Aug 2 11:22:33 UTC 2023
This commit is contained in:
parent
4558a00e48
commit
678b9afba9
240 changed files with 7837 additions and 521 deletions
|
|
@ -12,11 +12,12 @@ 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] [--labels=[LABELS,...]]
|
||||
[--machine-type=MACHINE_TYPE] [--network-tags=[NETWORK_TAGS,...]]
|
||||
[--pool-size=POOL_SIZE] [--running-timeout=RUNNING_TIMEOUT]
|
||||
[--service-account=SERVICE_ACCOUNT] [--shielded-integrity-monitoring]
|
||||
[--shielded-secure-boot] [--shielded-vtpm]
|
||||
[--enable-nested-virtualization] [--idle-timeout=IDLE_TIMEOUT]
|
||||
[--labels=[LABELS,...]] [--machine-type=MACHINE_TYPE]
|
||||
[--network-tags=[NETWORK_TAGS,...]] [--pool-size=POOL_SIZE]
|
||||
[--running-timeout=RUNNING_TIMEOUT] [--service-account=SERVICE_ACCOUNT]
|
||||
[--shielded-integrity-monitoring] [--shielded-secure-boot]
|
||||
[--shielded-vtpm]
|
||||
[--accelerator-count=ACCELERATOR_COUNT
|
||||
: --accelerator-type=ACCELERATOR_TYPE]
|
||||
[--container-custom-image=CONTAINER_CUSTOM_IMAGE
|
||||
|
|
@ -126,6 +127,10 @@ FLAGS
|
|||
Default value is false. If set, instances will have confidential
|
||||
compute enabled.
|
||||
|
||||
--enable-nested-virtualization
|
||||
Default value is false. If set, instances will have nested
|
||||
virtualization enabled.
|
||||
|
||||
--idle-timeout=IDLE_TIMEOUT
|
||||
How long (in seconds) to wait before automatically stopping an instance
|
||||
that hasn't received any user traffic. A value of 0 indicates that this
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue