1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed May 13 13:12:23 UTC 2026

This commit is contained in:
Automated 2026-05-13 13:12:23 +00:00
parent 5b03e16435
commit 39dc808917
1261 changed files with 38952 additions and 5626 deletions

View file

@ -15,6 +15,8 @@ SYNOPSIS
[--min-instances=MIN_INSTANCES] [--region=REGION]
[--remove-containers=[CONTAINER,...]]
[--revision-suffix=REVISION_SUFFIX] [--scaling=SCALING]
[--scaling-concurrency-target=SCALING_CONCURRENCY_TARGET]
[--scaling-cpu-target=SCALING_CPU_TARGET]
[--service-account=SERVICE_ACCOUNT] [--[no-]session-affinity]
[--tag=TAG] [--timeout=TIMEOUT] [--no-traffic]
[--vpc-connector=VPC_CONNECTOR] [--vpc-egress=VPC_EGRESS]
@ -254,6 +256,22 @@ FLAGS
"auto" for automatic scaling, or a positive integer to configure manual
scaling with the given integer as a fixed instance count.
--scaling-concurrency-target=SCALING_CONCURRENCY_TARGET
This represents the concurrency utilization target threshold for
scaling up new instances. Set any value between 0.1 and 0.95 inclusive.
To unset this field, pass the special value "default". To disable this
scaling factor, pass the value "disabled". Please note that values are
rounded at the second decimal place, and that CPU and concurrency
scaling cannot both be disabled.
--scaling-cpu-target=SCALING_CPU_TARGET
This represents the CPU utilization target threshold for scaling up new
instances. Set any value between 0.1 and 0.95 inclusive. To unset this
field, pass the special value "default". To disable this scaling
factor, pass the value "disabled". Please note that values are rounded
at the second decimal place, and that CPU and concurrency scaling
cannot both be disabled.
--service-account=SERVICE_ACCOUNT
the email address of an IAM service account associated with the
revision of the service. The service account represents the identity of