mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Aug 20 11:13:38 UTC 2025
This commit is contained in:
parent
d6d01162c7
commit
470b35e498
164 changed files with 1705 additions and 392 deletions
|
|
@ -3,8 +3,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha run deploy [[SERVICE] --namespace=NAMESPACE]
|
||||
[--[no-]allow-unauthenticated] [--[no-]allow-unencrypted-build]
|
||||
[--async] [--breakglass=JUSTIFICATION] [--clear-vpc-connector]
|
||||
[--[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] [--delegate-builds]
|
||||
[--[no-]deploy-health-check] [--description=DESCRIPTION]
|
||||
|
|
@ -114,11 +114,15 @@ 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.
|
||||
--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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue