1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-19 07:15:23 +00:00

gcloud: Wed Jul 17 09:30:28 UTC 2024

This commit is contained in:
Automated 2024-07-17 09:30:28 +00:00
parent 2614f6b65e
commit 503936d882
156 changed files with 1988 additions and 573 deletions

View file

@ -25,6 +25,7 @@ SYNOPSIS
--execution-environment=EXECUTION_ENVIRONMENT
--[no-]invoker-iam-check --max-surge=MAX_SURGE
--remove-containers=[CONTAINER,...] --revision-suffix=REVISION_SUFFIX
--scaling-mode=SCALING_MODE
--service-max-instances=SERVICE_MAX_INSTANCES
--service-min-instances=SERVICE_MIN_INSTANCES --[no-]session-affinity
--vpc-connector=VPC_CONNECTOR --vpc-egress=VPC_EGRESS
@ -366,7 +367,18 @@ FLAGS
Specify the suffix of the revision name. Revision names always start
with the service name automatically. For example, specifying
[--revision-suffix=v1] for a service named 'helloworld', would lead
to a revision named 'helloworld-v1'.
to a revision named 'helloworld-v1'. Set empty string to clear the
suffix and resume server-assigned naming.
--scaling-mode=SCALING_MODE
The scaling mode to use for this resource. SCALING_MODE must be one
of:
automatic
The number of instances is scaled automatically based on the
usage metrics.
manual
The number of instances is fixed to a provided config value.
--service-max-instances=SERVICE_MAX_INSTANCES
The maximum number of container instances for this Service to run.