mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Dec 18 10:08:20 UTC 2024
This commit is contained in:
parent
ec6dc40f99
commit
9c53f3cabe
128 changed files with 3295 additions and 279 deletions
|
|
@ -211,8 +211,9 @@ FLAGS
|
|||
disable.
|
||||
|
||||
--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.
|
||||
|
||||
--mesh=MESH
|
||||
Enables Cloud Service Mesh using the specified mesh resource name. Mesh
|
||||
|
|
@ -220,13 +221,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
|
||||
|
|
|
|||
|
|
@ -179,8 +179,9 @@ FLAGS
|
|||
disable.
|
||||
|
||||
--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.
|
||||
|
||||
--mesh=MESH
|
||||
Enables Cloud Service Mesh using the specified mesh resource name. Mesh
|
||||
|
|
@ -188,13 +189,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
|
||||
|
|
|
|||
|
|
@ -179,8 +179,9 @@ FLAGS
|
|||
disable.
|
||||
|
||||
--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.
|
||||
|
||||
--mesh=MESH
|
||||
Enables Cloud Service Mesh using the specified mesh resource name. Mesh
|
||||
|
|
@ -188,13 +189,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue