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

gcloud: Wed Mar 26 10:55:24 UTC 2025

This commit is contained in:
Automated 2025-03-26 10:55:24 +00:00
parent e555fef0aa
commit be9483c980
310 changed files with 9868 additions and 540 deletions

View file

@ -7,8 +7,8 @@ SYNOPSIS
[--breakglass=JUSTIFICATION] [--clear-vpc-connector]
[--concurrency=CONCURRENCY] [--container=CONTAINER] [--[no-]cpu-boost]
[--[no-]cpu-throttling] [--execution-environment=EXECUTION_ENVIRONMENT]
[--ingress=INGRESS; default="all"] [--[no-]invoker-iam-check]
[--max-instances=MAX_INSTANCES] [--min=MIN]
[--gpu-type=GPU_TYPE] [--ingress=INGRESS; default="all"]
[--[no-]invoker-iam-check] [--max-instances=MAX_INSTANCES] [--min=MIN]
[--min-instances=MIN_INSTANCES] [--region=REGION]
[--remove-containers=[CONTAINER,...]]
[--revision-suffix=REVISION_SUFFIX] [--service-account=SERVICE_ACCOUNT]
@ -27,7 +27,7 @@ SYNOPSIS
--clear-volumes --remove-volume=[VOLUME,...]]
[--add-volume-mount=[volume=NAME,mount-path=MOUNT_PATH,...]
--args=[ARG,...] --clear-volume-mounts --command=[COMMAND,...]
--cpu=CPU --depends-on=[CONTAINER,...] --image=IMAGE
--cpu=CPU --depends-on=[CONTAINER,...] --gpu=GPU --image=IMAGE
--liveness-probe=[KEY=VALUE,...] --memory=MEMORY --port=PORT
--remove-volume-mount=[MOUNT_PATH,...]
--startup-probe=[KEY=VALUE,...] --[no-]use-http2 --clear-env-vars
@ -132,6 +132,9 @@ FLAGS
gen2
Run the application in a second generation execution environment.
--gpu-type=GPU_TYPE
The GPU type to use.
--ingress=INGRESS; default="all"
Set the ingress traffic sources allowed to call the service. For Cloud
Run the --[no-]allow-unauthenticated flag separately controls the
@ -358,6 +361,10 @@ FLAGS
--depends-on=[CONTAINER,...]
List of container dependencies to add to the current container.
--gpu=GPU
Cloud Run supports values 0 or 1. 1 gpu also requires a minimum 4
--cpu value and a minimum 8Gi --memory value.
--image=IMAGE
Name of the container image to deploy (e.g.
us-docker.pkg.dev/cloudrun/container/hello:latest).