1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Wed Mar 12 10:54:38 UTC 2025

This commit is contained in:
Automated 2025-03-12 10:54:38 +00:00
parent 6dc93282df
commit a459a88a5f
152 changed files with 2634 additions and 1748 deletions

View file

@ -144,6 +144,9 @@ FLAGS
Specifies a container by name. Flags following --container will apply
to the specified container.
Flags that are not container-specific must be specified before
--container.
--[no-]cpu-boost
Whether to allocate extra CPU to containers on startup to reduce the
perceived latency of a cold start request. Enabled by default when
@ -390,8 +393,9 @@ FLAGS
Container Flags
The following flags apply to a single container. If the --container flag is specified these flags may only be
specified after a --container flag. Otherwise they will apply to the primary ingress container.
The following flags apply to a single container. If the --container flag is
specified these flags may only be specified after a --container flag.
Otherwise they will apply to the primary ingress container.
--add-volume-mount=[volume=NAME,mount-path=MOUNT_PATH,...]
Adds a mount to the current container. Must contain the keys

View file

@ -75,6 +75,9 @@ FLAGS
Specifies a container by name. Flags following --container will apply
to the specified container.
Flags that are not container-specific must be specified before
--container.
--key=KEY
CMEK key reference to encrypt the container with.

View file

@ -77,6 +77,9 @@ FLAGS
Specifies a container by name. Flags following --container will apply
to the specified container.
Flags that are not container-specific must be specified before
--container.
--key=KEY
CMEK key reference to encrypt the container with.

View file

@ -40,6 +40,9 @@ FLAGS
Specifies a container by name. Flags following --container will apply
to the specified container.
Flags that are not container-specific must be specified before
--container.
--region=REGION
Region in which the resource can be found. Alternatively, set the
property [run/region].

View file

@ -76,6 +76,9 @@ FLAGS
Specifies a container by name. Flags following --container will apply
to the specified container.
Flags that are not container-specific must be specified before
--container.
--key=KEY
CMEK key reference to encrypt the container with.

View file

@ -115,6 +115,9 @@ FLAGS
Specifies a container by name. Flags following --container will apply
to the specified container.
Flags that are not container-specific must be specified before
--container.
--[no-]cpu-boost
Whether to allocate extra CPU to containers on startup to reduce the
perceived latency of a cold start request. Enabled by default when

View file

@ -115,6 +115,9 @@ FLAGS
Specifies a container by name. Flags following --container will apply
to the specified container.
Flags that are not container-specific must be specified before
--container.
--[no-]cpu-boost
Whether to allocate extra CPU to containers on startup to reduce the
perceived latency of a cold start request. Enabled by default when