1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 20:36:39 +00:00

gcloud: Wed Dec 18 10:08:20 UTC 2024

This commit is contained in:
Automated 2024-12-18 10:08:20 +00:00
parent ec6dc40f99
commit 9c53f3cabe
128 changed files with 3295 additions and 279 deletions

View file

@ -213,14 +213,16 @@ FLAGS
disable.
--max=MAX
The maximum number of container instances for this Service to run. This
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. Once service-max-instances is enabled for a
service, it cannot be disabled.
percentage of traffic and can be modified without deploying a new
Revision. Once service-max-instances is enabled for a service, it
cannot be disabled.
--max-instances=MAX_INSTANCES
The maximum number of container instances of the Service to run. Use
'default' to unset the limit and use the platform default.
The maximum number of container instances for this Revision to run or
'default' to remove. This setting is immutably set on each new Revision
and modifying its value will deploy another Revision.
--max-surge=MAX_SURGE
A maximum percentage of instances that will be moved in each step of
@ -238,13 +240,17 @@ FLAGS
projects/PROJECT/locations/global/meshes/MESH_NAME.
--min=MIN
The minimum number of container instances for this Service to run or
'default' to remove any minimum. These instances will be divided among
all Revisions receiving a percentage of traffic.
The minimum number of container instances to run for this Service or
'default' to remove. These instances will be divided among all
Revisions receiving a percentage of traffic and can be modified without
deploying a new Revision.
--min-instances=MIN_INSTANCES
The minimum number of container instances for this Revision of the
Service to run or 'default' to remove any minimum.
The minimum number of container instances to run for this Revision or
'default' to remove. This setting is immutably set on each new Revision
and modifying its value will deploy a another Revision. Consider using
--min to set the minimum number of instances across all revisions of
the Service which may be modified dynamically.
--region=REGION
Region in which the resource can be found. Alternatively, set the