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

gcloud: Wed Sep 24 11:08:57 UTC 2025

This commit is contained in:
Automated 2025-09-24 11:08:57 +00:00
parent 79c9fb4d92
commit 1dea1ef852
168 changed files with 6625 additions and 700 deletions

View file

@ -10,8 +10,8 @@ SYNOPSIS
[--[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]
[--[no-]invoker-iam-check] [--max=MAX] [--max-instances=MAX_INSTANCES]
[--min=MIN] [--min-instances=MIN_INSTANCES] [--region=REGION]
[--remove-containers=[CONTAINER,...]]
[--revision-suffix=REVISION_SUFFIX] [--scaling=SCALING]
[--service-account=SERVICE_ACCOUNT] [--[no-]session-affinity]
@ -174,6 +174,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
@ -420,13 +426,17 @@ FLAGS
Remove all environment variables.
--env-vars-file=FILE_PATH
Path to a local YAML file with definitions for all environment
variables. All existing environment variables will be removed
before the new environment variables are added. Example YAML
content:
Path to a local YAML or ENV file with definitions for all
environment variables. All existing environment variables will be
removed before the new environment variables are added. Example
YAML content:
KEY_1: "value1"
KEY_2: "value 2"
Example ENV content:
KEY_1="value1"
KEY_2="value 2"
--set-env-vars=[KEY=VALUE,...]
List of key-value pairs to set as environment variables. All