mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Thu Oct 23 11:05:02 UTC 2025
This commit is contained in:
parent
154ebc873d
commit
a763c0bf0a
189 changed files with 4294 additions and 712 deletions
|
|
@ -3,11 +3,11 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud run deploy [[SERVICE] --namespace=NAMESPACE]
|
||||
[--[no-]allow-unauthenticated] [--allow-unencrypted-build] [--async]
|
||||
[--breakglass=JUSTIFICATION] [--clear-vpc-connector]
|
||||
[--concurrency=CONCURRENCY] [--container=CONTAINER] [--[no-]cpu-boost]
|
||||
[--[no-]cpu-throttling] [--[no-]default-url]
|
||||
[--[no-]deploy-health-check] [--description=DESCRIPTION]
|
||||
[--[no-]allow-unauthenticated] [--async] [--breakglass=JUSTIFICATION]
|
||||
[--clear-vpc-connector] [--concurrency=CONCURRENCY]
|
||||
[--container=CONTAINER] [--[no-]cpu-boost] [--[no-]cpu-throttling]
|
||||
[--[no-]default-url] [--[no-]deploy-health-check]
|
||||
[--description=DESCRIPTION]
|
||||
[--execution-environment=EXECUTION_ENVIRONMENT] [--gpu-type=GPU_TYPE]
|
||||
[--[no-]gpu-zonal-redundancy] [--ingress=INGRESS; default="all"]
|
||||
[--[no-]invoker-iam-check] [--max=MAX] [--max-instances=MAX_INSTANCES]
|
||||
|
|
@ -112,16 +112,6 @@ FLAGS
|
|||
may take a few moments to take effect. Use --allow-unauthenticated to
|
||||
enable and --no-allow-unauthenticated to disable.
|
||||
|
||||
--allow-unencrypted-build
|
||||
(DEPRECATED) Whether to allow customer-managed encryption key (CMEK)
|
||||
deployments without encrypting the build process. This means that only
|
||||
the deployed container will be encrypted.
|
||||
|
||||
The flag --allow-unencrypted-build is deprecated. The CMEK compliance
|
||||
is now available for the build process of source-based deployments. For
|
||||
more details, see
|
||||
https://cloud.google.com/run/docs/securing/using-cmek#source-deploy
|
||||
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue