mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Jan 18 10:21:20 UTC 2024
This commit is contained in:
parent
5fec13c692
commit
a47e1e835a
156 changed files with 4341 additions and 674 deletions
|
|
@ -10,8 +10,9 @@ SYNOPSIS
|
|||
[--container-env=[CONTAINER_ENV,...]]
|
||||
[--container-run-as-user=CONTAINER_RUN_AS_USER]
|
||||
[--container-working-dir=CONTAINER_WORKING_DIR]
|
||||
[--disable-public-ip-addresses] [--enable-audit-agent]
|
||||
[--enable-confidential-compute] [--enable-nested-virtualization]
|
||||
[--disable-public-ip-addresses] [--disable-tcp-connections]
|
||||
[--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,...]]
|
||||
|
|
@ -135,6 +136,10 @@ FLAGS
|
|||
Default value is false. If set, instances will have no public IP
|
||||
address.
|
||||
|
||||
--disable-tcp-connections
|
||||
Default value is false. If set, workstations will not allow plain TCP
|
||||
connections.
|
||||
|
||||
--enable-audit-agent
|
||||
Whether to enable Linux auditd logging on the workstation. When
|
||||
enabled, a service account must also be specified that has
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue