mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-21 14:39:15 +00:00
gcloud: Wed Dec 6 10:10:36 UTC 2023
This commit is contained in:
parent
d3074f94bb
commit
f36750d203
469 changed files with 9617 additions and 1400 deletions
|
|
@ -11,8 +11,8 @@ SYNOPSIS
|
|||
[--container-env=[CONTAINER_ENV,...]]
|
||||
[--container-run-as-user=CONTAINER_RUN_AS_USER]
|
||||
[--container-working-dir=CONTAINER_WORKING_DIR]
|
||||
[--disable-public-ip-addresses] [--enable-confidential-compute]
|
||||
[--enable-nested-virtualization]
|
||||
[--disable-public-ip-addresses] [--enable-audit-agent]
|
||||
[--enable-confidential-compute] [--enable-nested-virtualization]
|
||||
[--idle-timeout=IDLE_TIMEOUT; default=7200] [--labels=[LABELS,...]]
|
||||
[--machine-type=MACHINE_TYPE; default="e2-standard-4"]
|
||||
[--network-tags=[NETWORK_TAGS,...]]
|
||||
|
|
@ -139,6 +139,11 @@ FLAGS
|
|||
Default value is false. If set, instances will have no public IP
|
||||
address.
|
||||
|
||||
--enable-audit-agent
|
||||
Whether to enable Linux auditd logging on the workstation. When
|
||||
enabled, a service account must also be specified that has
|
||||
logging.buckets.write permission on the project.
|
||||
|
||||
--enable-confidential-compute
|
||||
Default value is false. If set, instances will have confidential
|
||||
compute enabled.
|
||||
|
|
|
|||
|
|
@ -11,11 +11,12 @@ SYNOPSIS
|
|||
[--container-env=[CONTAINER_ENV,...]]
|
||||
[--container-run-as-user=CONTAINER_RUN_AS_USER]
|
||||
[--container-working-dir=CONTAINER_WORKING_DIR]
|
||||
[--disable-public-ip-addresses] [--enable-confidential-compute]
|
||||
[--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]
|
||||
[--disable-public-ip-addresses] [--enable-audit-agent]
|
||||
[--enable-confidential-compute] [--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]
|
||||
[--service-account-scopes=[SERVICE_ACCOUNT_SCOPES,...]]
|
||||
[--shielded-integrity-monitoring] [--shielded-secure-boot]
|
||||
[--shielded-vtpm]
|
||||
|
|
@ -126,6 +127,11 @@ FLAGS
|
|||
Default value is false. If set, instances will have no public IP
|
||||
address.
|
||||
|
||||
--enable-audit-agent
|
||||
Whether to enable Linux auditd logging on the workstation. When
|
||||
enabled, a service account must also be specified that has
|
||||
logging.buckets.write permission on the project.
|
||||
|
||||
--enable-confidential-compute
|
||||
Default value is false. If set, instances will have confidential
|
||||
compute enabled.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue