1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-21 14:39:15 +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

@ -11,11 +11,11 @@ SYNOPSIS
[--[no-]cpu-throttling] [--[no-]default-url]
[--[no-]deploy-health-check] [--description=DESCRIPTION]
[--execution-environment=EXECUTION_ENVIRONMENT] [--gpu-type=GPU_TYPE]
[--ingress=INGRESS; default="all"] [--[no-]invoker-iam-check]
[--max=MAX] [--max-instances=MAX_INSTANCES] [--max-surge=MAX_SURGE]
[--max-unavailable=MAX_UNAVAILABLE] [--mesh=MESH] [--min=MIN]
[--min-instances=MIN_INSTANCES] [--region=REGION]
[--remove-containers=[CONTAINER,...]]
[--[no-]gpu-zonal-redundancy] [--ingress=INGRESS; default="all"]
[--[no-]invoker-iam-check] [--max=MAX] [--max-instances=MAX_INSTANCES]
[--max-surge=MAX_SURGE] [--max-unavailable=MAX_UNAVAILABLE]
[--mesh=MESH] [--min=MIN] [--min-instances=MIN_INSTANCES]
[--region=REGION] [--remove-containers=[CONTAINER,...]]
[--revision-suffix=REVISION_SUFFIX] [--scaling=SCALING]
[--service-account=SERVICE_ACCOUNT] [--[no-]session-affinity]
[--tag=TAG] [--timeout=TIMEOUT] [--no-traffic]
@ -32,7 +32,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
@ -157,6 +157,10 @@ FLAGS
--gpu-type=GPU_TYPE
The GPU type to use.
--[no-]gpu-zonal-redundancy
Set GPU zonal redundancy. Use --gpu-zonal-redundancy to enable and
--no-gpu-zonal-redundancy to disable.
--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
@ -386,6 +390,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).