mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Jul 4 09:30:26 UTC 2024
This commit is contained in:
parent
9cd336cae4
commit
2614f6b65e
202 changed files with 4779 additions and 318 deletions
|
|
@ -30,6 +30,7 @@ SYNOPSIS
|
|||
--execution-environment=EXECUTION_ENVIRONMENT
|
||||
--[no-]invoker-iam-check --max-surge=MAX_SURGE
|
||||
--remove-containers=[CONTAINER,...] --revision-suffix=REVISION_SUFFIX
|
||||
--service-max-instances=SERVICE_MAX_INSTANCES
|
||||
--service-min-instances=SERVICE_MIN_INSTANCES --[no-]session-affinity
|
||||
--vpc-connector=VPC_CONNECTOR --vpc-egress=VPC_EGRESS
|
||||
--add-cloudsql-instances=[CLOUDSQL-INSTANCES,...]
|
||||
|
|
@ -481,6 +482,12 @@ FLAGS
|
|||
[--revision-suffix=v1] for a service named 'helloworld', would lead
|
||||
to a revision named 'helloworld-v1'.
|
||||
|
||||
--service-max-instances=SERVICE_MAX_INSTANCES
|
||||
The maximum number of container instances for this Service to run.
|
||||
This instance limit will be divided among all Revisions receiving a
|
||||
percentage of traffic. Once service-max-instances is enabled for a
|
||||
service, it cannot be disabled.
|
||||
|
||||
--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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue