mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Jul 2 11:05:25 UTC 2025
This commit is contained in:
parent
f645b4c02d
commit
e53f7148d8
197 changed files with 6280 additions and 495 deletions
|
|
@ -6,10 +6,10 @@ SYNOPSIS
|
|||
gcloud run services update [[SERVICE] --namespace=NAMESPACE] [--async]
|
||||
[--breakglass=JUSTIFICATION] [--clear-vpc-connector]
|
||||
[--concurrency=CONCURRENCY] [--container=CONTAINER] [--[no-]cpu-boost]
|
||||
[--[no-]cpu-throttling] [--execution-environment=EXECUTION_ENVIRONMENT]
|
||||
[--gpu-type=GPU_TYPE] [--[no-]gpu-zonal-redundancy]
|
||||
[--ingress=INGRESS; default="all"] [--[no-]invoker-iam-check]
|
||||
[--max-instances=MAX_INSTANCES] [--min=MIN]
|
||||
[--[no-]cpu-throttling] [--[no-]default-url]
|
||||
[--execution-environment=EXECUTION_ENVIRONMENT] [--gpu-type=GPU_TYPE]
|
||||
[--[no-]gpu-zonal-redundancy] [--ingress=INGRESS; default="all"]
|
||||
[--[no-]invoker-iam-check] [--max-instances=MAX_INSTANCES] [--min=MIN]
|
||||
[--min-instances=MIN_INSTANCES] [--region=REGION]
|
||||
[--remove-containers=[CONTAINER,...]]
|
||||
[--revision-suffix=REVISION_SUFFIX] [--service-account=SERVICE_ACCOUNT]
|
||||
|
|
@ -124,6 +124,11 @@ FLAGS
|
|||
requests. Use --cpu-throttling to enable and --no-cpu-throttling to
|
||||
disable.
|
||||
|
||||
--[no-]default-url
|
||||
Toggles the default url for a run service. This is enabled by default
|
||||
if not specified. Use --default-url to enable and --no-default-url to
|
||||
disable.
|
||||
|
||||
--execution-environment=EXECUTION_ENVIRONMENT
|
||||
Selects the execution environment where the application will run.
|
||||
EXECUTION_ENVIRONMENT must be one of:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue