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:
parent
6dc93282df
commit
a459a88a5f
152 changed files with 2634 additions and 1748 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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].
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue