mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Aug 28 09:41:07 UTC 2024
This commit is contained in:
parent
ed5fe34b64
commit
afbe8a5afb
256 changed files with 8602 additions and 358 deletions
|
|
@ -5,6 +5,7 @@ SYNOPSIS
|
|||
gcloud alpha run workers deploy [WORKER] [--async]
|
||||
[--breakglass=JUSTIFICATION] [--description=DESCRIPTION]
|
||||
[--max-instances=MAX_INSTANCES] [--max-surge=MAX_SURGE]
|
||||
[--max-unavailable=MAX_UNAVAILABLE] [--mesh=MESH]
|
||||
[--min-instances=MIN_INSTANCES] [--no-promote] [--region=REGION]
|
||||
[--revision-suffix=REVISION_SUFFIX] [--scaling=SCALING]
|
||||
[--service-account=SERVICE_ACCOUNT] [--vpc-egress=VPC_EGRESS]
|
||||
|
|
@ -95,6 +96,16 @@ FLAGS
|
|||
instance split changes. Use "default" to unset the limit and use the
|
||||
platform default.
|
||||
|
||||
--max-unavailable=MAX_UNAVAILABLE
|
||||
A maximum percentage of instances that may be unavailable during
|
||||
instance split changes. Use "default" to unset the limit and use the
|
||||
platform default.
|
||||
|
||||
--mesh=MESH
|
||||
Enables Cloud Service Mesh using the specified mesh resource name. Mesh
|
||||
resource name must be in the format of
|
||||
projects/PROJECT/locations/global/meshes/MESH_NAME.
|
||||
|
||||
--min-instances=MIN_INSTANCES
|
||||
The minimum number of container instances for this Worker to run or
|
||||
'default' to remove any minimum. These instances will be divided among
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue