1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Tue Jan 20 11:05:01 UTC 2026

This commit is contained in:
Automated 2026-01-20 11:05:01 +00:00
parent bdd724fcf3
commit 582f364023
247 changed files with 5698 additions and 1205 deletions

View file

@ -6,10 +6,10 @@ 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] [--no-promote]
[--[no-]gpu-zonal-redundancy] [--instances=INSTANCES] [--no-promote]
[--remove-containers=[CONTAINER,...]]
[--revision-suffix=REVISION_SUFFIX] [--scaling=SCALING]
[--service-account=SERVICE_ACCOUNT] [--vpc-egress=VPC_EGRESS]
[--revision-suffix=REVISION_SUFFIX] [--service-account=SERVICE_ACCOUNT]
[--vpc-egress=VPC_EGRESS]
[--add-cloudsql-instances=[CLOUDSQL-INSTANCES,...]
| --clear-cloudsql-instances
| --remove-cloudsql-instances=[CLOUDSQL-INSTANCES,...]
@ -117,6 +117,11 @@ FLAGS
Set GPU zonal redundancy. Use --gpu-zonal-redundancy to enable and
--no-gpu-zonal-redundancy to disable.
--instances=INSTANCES
The number of instances to run for this WorkerPool. Flag value should
be a positive integer to configure manual scaling with the given
integer as a fixed instance count.
--no-promote
True to avoid assign instances to the worker revision being deployed.
Setting this flag assigns any instances assigned to the LATEST revision
@ -139,11 +144,6 @@ FLAGS
a revision named 'helloworld-v1'. Set empty string to clear the suffix
and resume server-assigned naming.
--scaling=SCALING
The scaling mode to use for this resource. Flag value should be a
positive integer to configure manual scaling with the given integer as
a fixed instance count.
--service-account=SERVICE_ACCOUNT
the email address of an IAM service account associated with the
revision of the service. The service account represents the identity of
@ -308,7 +308,8 @@ FLAGS
KEY_1: "value1"
KEY_2: "value 2"
Example ENV content:
Example ENV content:
KEY_1="value1"
KEY_2="value 2"