1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-13 08:27:05 +00:00

gcloud: Wed Dec 11 10:18:23 UTC 2024

This commit is contained in:
Automated 2024-12-11 10:18:23 +00:00
parent ad2752c6c9
commit ec6dc40f99
493 changed files with 17655 additions and 1753 deletions

View file

@ -3,16 +3,16 @@ NAME
SYNOPSIS
gcloud run deploy [[SERVICE] --namespace=NAMESPACE]
[--[no-]allow-unauthenticated] [--async] [--breakglass=JUSTIFICATION]
[--clear-vpc-connector] [--concurrency=CONCURRENCY]
[--container=CONTAINER] [--[no-]cpu-boost] [--[no-]cpu-throttling]
[--description=DESCRIPTION]
[--[no-]allow-unauthenticated] [--[no-]allow-unencrypted-build]
[--async] [--breakglass=JUSTIFICATION] [--clear-vpc-connector]
[--concurrency=CONCURRENCY] [--container=CONTAINER] [--[no-]cpu-boost]
[--[no-]cpu-throttling] [--description=DESCRIPTION]
[--execution-environment=EXECUTION_ENVIRONMENT]
[--ingress=INGRESS; default="all"] [--[no-]invoker-iam-check]
[--max-instances=MAX_INSTANCES] [--min-instances=MIN_INSTANCES]
[--region=REGION] [--remove-containers=[CONTAINER,...]]
[--max-instances=MAX_INSTANCES] [--min=MIN]
[--min-instances=MIN_INSTANCES] [--region=REGION]
[--remove-containers=[CONTAINER,...]]
[--revision-suffix=REVISION_SUFFIX] [--service-account=SERVICE_ACCOUNT]
[--service-min-instances=SERVICE_MIN_INSTANCES]
[--[no-]session-affinity] [--tag=TAG] [--timeout=TIMEOUT]
[--no-traffic] [--vpc-connector=VPC_CONNECTOR]
[--vpc-egress=VPC_EGRESS]
@ -103,6 +103,12 @@ FLAGS
may take a few moments to take effect. Use --allow-unauthenticated to
enable and --no-allow-unauthenticated to disable.
--[no-]allow-unencrypted-build
Whether to allow customer-managed encryption key (CMEK) deployments
without encrypting the build process. This means that only the deployed
container will be encrypted. Use --allow-unencrypted-build to enable
and --no-allow-unencrypted-build to disable.
--async
Return immediately, without waiting for the operation in progress to
complete.
@ -180,6 +186,11 @@ FLAGS
The maximum number of container instances of the Service to run. Use
'default' to unset the limit and use the platform default.
--min=MIN
The minimum number of container instances for this Service to run or
'default' to remove any minimum. These instances will be divided among
all Revisions receiving a percentage of traffic.
--min-instances=MIN_INSTANCES
The minimum number of container instances for this Revision of the
Service to run or 'default' to remove any minimum.
@ -203,11 +214,6 @@ FLAGS
revision of the service. The service account represents the identity of
the running revision, and determines what permissions the revision has.
--service-min-instances=SERVICE_MIN_INSTANCES
The minimum number of container instances for this Service to run or
'default' to remove any minimum. These instances will be divided among
all Revisions receiving a percentage of traffic.
--[no-]session-affinity
Whether to enable session affinity for connections to the service. Use
--session-affinity to enable and --no-session-affinity to disable.