mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-15 09:25:44 +00:00
gcloud: Wed Feb 5 10:43:28 UTC 2025
This commit is contained in:
parent
50090ced80
commit
c854ee0644
87 changed files with 3843 additions and 232 deletions
|
|
@ -13,10 +13,10 @@ SYNOPSIS
|
|||
[--max-instances=MAX_INSTANCES] [--mesh=MESH] [--min=MIN]
|
||||
[--min-instances=MIN_INSTANCES] [--region=REGION]
|
||||
[--remove-containers=[CONTAINER,...]]
|
||||
[--revision-suffix=REVISION_SUFFIX] [--service-account=SERVICE_ACCOUNT]
|
||||
[--[no-]session-affinity] [--tag=TAG] [--timeout=TIMEOUT]
|
||||
[--no-traffic] [--vpc-connector=VPC_CONNECTOR]
|
||||
[--vpc-egress=VPC_EGRESS]
|
||||
[--revision-suffix=REVISION_SUFFIX] [--scaling=SCALING]
|
||||
[--service-account=SERVICE_ACCOUNT] [--[no-]session-affinity]
|
||||
[--tag=TAG] [--timeout=TIMEOUT] [--no-traffic]
|
||||
[--vpc-connector=VPC_CONNECTOR] [--vpc-egress=VPC_EGRESS]
|
||||
[--add-cloudsql-instances=[CLOUDSQL-INSTANCES,...]
|
||||
| --clear-cloudsql-instances
|
||||
| --remove-cloudsql-instances=[CLOUDSQL-INSTANCES,...]
|
||||
|
|
@ -247,6 +247,11 @@ 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 could be either
|
||||
"auto" for automatic scaling, or 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
|
||||
|
|
@ -622,7 +627,9 @@ FLAGS
|
|||
us-docker.pkg.dev/cloudrun/container/hello:latest). When used with
|
||||
--source, the image must be the URI of an Artifact Registry Docker
|
||||
repository in the Docker format
|
||||
($REGION-docker.pkg.dev/$PROJECT/$REPOSITORY").
|
||||
($REGION-docker.pkg.dev/$PROJECT/$REPOSITORY") or
|
||||
($REGION-docker.pkg.dev/$PROJECT/$REPOSITORY/$IMAGE_NAME"). The
|
||||
image name must be the same as the name of the service.
|
||||
|
||||
--source=SOURCE
|
||||
The location of the source to build. If a Dockerfile is present in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue