1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 12:22:03 +00:00

gcloud: Wed Oct 1 11:06:24 UTC 2025

This commit is contained in:
Automated 2025-10-01 11:06:24 +00:00
parent 1dea1ef852
commit a0434a4d7a
247 changed files with 8086 additions and 424 deletions

View file

@ -6,8 +6,8 @@ SYNOPSIS
gcloud alpha run worker-pools deploy [[WORKER_POOL] --region=REGION]
[--async] [--breakglass=JUSTIFICATION] [--container=CONTAINER]
[--description=DESCRIPTION] [--gpu-type=GPU_TYPE]
[--[no-]gpu-zonal-redundancy] [--max=MAX] [--mesh=MESH] [--min=MIN]
[--no-promote] [--remove-containers=[CONTAINER,...]]
[--[no-]gpu-zonal-redundancy] [--max=MAX] [--min=MIN] [--no-promote]
[--remove-containers=[CONTAINER,...]]
[--revision-suffix=REVISION_SUFFIX] [--scaling=SCALING]
[--service-account=SERVICE_ACCOUNT] [--vpc-egress=VPC_EGRESS]
[--add-cloudsql-instances=[CLOUDSQL-INSTANCES,...]
@ -123,12 +123,6 @@ FLAGS
divided among all Revisions receiving a percentage of instance
assignments and can be modified without deploying a new Revision.
--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.
--min=MIN
The minimum number of container instances to run for this WorkerPool or
'default' to use system default of 1. These instances will be divided

View file

@ -6,8 +6,8 @@ SYNOPSIS
gcloud alpha run worker-pools update [[WORKER_POOL] --region=REGION]
[--async] [--breakglass=JUSTIFICATION] [--container=CONTAINER]
[--description=DESCRIPTION] [--gpu-type=GPU_TYPE]
[--[no-]gpu-zonal-redundancy] [--max=MAX] [--mesh=MESH] [--min=MIN]
[--no-promote] [--remove-containers=[CONTAINER,...]]
[--[no-]gpu-zonal-redundancy] [--max=MAX] [--min=MIN] [--no-promote]
[--remove-containers=[CONTAINER,...]]
[--revision-suffix=REVISION_SUFFIX] [--scaling=SCALING]
[--service-account=SERVICE_ACCOUNT] [--vpc-egress=VPC_EGRESS]
[--add-cloudsql-instances=[CLOUDSQL-INSTANCES,...]
@ -119,12 +119,6 @@ FLAGS
divided among all Revisions receiving a percentage of instance
assignments and can be modified without deploying a new Revision.
--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.
--min=MIN
The minimum number of container instances to run for this WorkerPool or
'default' to use system default of 1. These instances will be divided