1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Wed Aug 14 09:38:18 UTC 2024

This commit is contained in:
Automated 2024-08-14 09:38:18 +00:00
parent 7fe34c472b
commit d35819d273
105 changed files with 5241 additions and 346 deletions

View file

@ -11,8 +11,8 @@ SYNOPSIS
[--no-traffic]
[--add-volume-mount=[volume=NAME,mount-path=MOUNT_PATH,...]
--args=[ARG,...] --clear-volume-mounts --command=[COMMAND,...]
--cpu=CPU --depends-on=[CONTAINER,...] --memory=MEMORY --port=PORT
--remove-volume-mount=[MOUNT_PATH,...]
--cpu=CPU --depends-on=[CONTAINER,...] --gpu=GPU --memory=MEMORY
--port=PORT --remove-volume-mount=[MOUNT_PATH,...]
--[no-]use-http2 --clear-env-vars | --env-vars-file=FILE_PATH
| --set-env-vars=[KEY=VALUE,...] | --remove-env-vars=[KEY,...]
--update-env-vars=[KEY=VALUE,...] --clear-secrets
@ -27,7 +27,7 @@ SYNOPSIS
--clear-vpc-connector --[no-]cpu-boost --[no-]cpu-throttling
--[no-]default-url --[no-]deploy-health-check
--description=DESCRIPTION
--execution-environment=EXECUTION_ENVIRONMENT
--execution-environment=EXECUTION_ENVIRONMENT --gpu-type=GPU_TYPE
--remove-containers=[CONTAINER,...] --revision-suffix=REVISION_SUFFIX
--service-min-instances=SERVICE_MIN_INSTANCES --[no-]session-affinity
--vpc-connector=VPC_CONNECTOR --vpc-egress=VPC_EGRESS
@ -229,6 +229,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 1 gpu also requires a minimum 8Gi --memory value.
--memory=MEMORY
Set a memory limit. Ex: 1024Mi, 4Gi.
@ -460,6 +464,9 @@ FLAGS
gen2
Run the application in a second generation execution environment.
--gpu-type=GPU_TYPE
The GPU type to use.
--remove-containers=[CONTAINER,...]
List of containers to remove.