mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Oct 1 11:06:24 UTC 2025
This commit is contained in:
parent
1dea1ef852
commit
a0434a4d7a
247 changed files with 8086 additions and 424 deletions
|
|
@ -6,7 +6,7 @@ SYNOPSIS
|
|||
gcloud beta run worker-pools deploy [[WORKER_POOL] --region=REGION]
|
||||
[--async] [--breakglass=JUSTIFICATION] [--container=CONTAINER]
|
||||
[--description=DESCRIPTION] [--gpu-type=GPU_TYPE]
|
||||
[--[no-]gpu-zonal-redundancy] [--mesh=MESH] [--no-promote]
|
||||
[--[no-]gpu-zonal-redundancy] [--no-promote]
|
||||
[--remove-containers=[CONTAINER,...]]
|
||||
[--revision-suffix=REVISION_SUFFIX] [--scaling=SCALING]
|
||||
[--service-account=SERVICE_ACCOUNT] [--vpc-egress=VPC_EGRESS]
|
||||
|
|
@ -117,12 +117,6 @@ FLAGS
|
|||
Set GPU zonal redundancy. Use --gpu-zonal-redundancy to enable and
|
||||
--no-gpu-zonal-redundancy to disable.
|
||||
|
||||
--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 or MESH_NAME. Will
|
||||
default to the current project if only MESH_NAME is provided.
|
||||
|
||||
--no-promote
|
||||
True to avoid assign instances to the worker revision being deployed.
|
||||
Setting this flag assigns any instances assigned to the LATEST revision
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ SYNOPSIS
|
|||
gcloud beta run worker-pools update [[WORKER_POOL] --region=REGION]
|
||||
[--async] [--breakglass=JUSTIFICATION] [--container=CONTAINER]
|
||||
[--description=DESCRIPTION] [--gpu-type=GPU_TYPE]
|
||||
[--[no-]gpu-zonal-redundancy] [--mesh=MESH] [--no-promote]
|
||||
[--[no-]gpu-zonal-redundancy] [--no-promote]
|
||||
[--remove-containers=[CONTAINER,...]]
|
||||
[--revision-suffix=REVISION_SUFFIX] [--scaling=SCALING]
|
||||
[--service-account=SERVICE_ACCOUNT] [--vpc-egress=VPC_EGRESS]
|
||||
|
|
@ -113,12 +113,6 @@ FLAGS
|
|||
Set GPU zonal redundancy. Use --gpu-zonal-redundancy to enable and
|
||||
--no-gpu-zonal-redundancy to disable.
|
||||
|
||||
--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 or MESH_NAME. Will
|
||||
default to the current project if only MESH_NAME is provided.
|
||||
|
||||
--no-promote
|
||||
True to avoid assign instances to the worker revision being deployed.
|
||||
Setting this flag assigns any instances assigned to the LATEST revision
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue