mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 23:49:35 +00:00
gcloud: Thu Jun 26 10:50:44 UTC 2025
This commit is contained in:
parent
3a534cb57c
commit
f645b4c02d
150 changed files with 4099 additions and 393 deletions
|
|
@ -11,7 +11,7 @@ SYNOPSIS
|
|||
[--execution-environment=EXECUTION_ENVIRONMENT] [--gpu-type=GPU_TYPE]
|
||||
[--[no-]gpu-zonal-redundancy] [--[no-]iap]
|
||||
[--ingress=INGRESS; default="all"] [--[no-]invoker-iam-check]
|
||||
[--max-instances=MAX_INSTANCES] [--mesh=MESH] [--min=MIN]
|
||||
[--max=MAX] [--max-instances=MAX_INSTANCES] [--mesh=MESH] [--min=MIN]
|
||||
[--min-instances=MIN_INSTANCES] [--region=REGION] [--regions=REGIONS]
|
||||
[--remove-containers=[CONTAINER,...]]
|
||||
[--revision-suffix=REVISION_SUFFIX] [--scaling=SCALING]
|
||||
|
|
@ -219,6 +219,12 @@ FLAGS
|
|||
Use --invoker-iam-check to enable and --no-invoker-iam-check to
|
||||
disable.
|
||||
|
||||
--max=MAX
|
||||
The maximum number of container instances to run for this Service. This
|
||||
instance limit will be divided among all Revisions receiving a
|
||||
percentage of traffic and can be modified without deploying a new
|
||||
Revision.
|
||||
|
||||
--max-instances=MAX_INSTANCES
|
||||
The maximum number of container instances for this Revision to run or
|
||||
'default' to remove. This setting is immutably set on each new Revision
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue