mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Feb 26 10:38:18 UTC 2025
This commit is contained in:
parent
8d1a988ab5
commit
a597993b2e
186 changed files with 5629 additions and 923 deletions
|
|
@ -8,7 +8,7 @@ SYNOPSIS
|
|||
[--concurrency=CONCURRENCY] [--container=CONTAINER] [--[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]
|
||||
[--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]
|
||||
|
|
@ -152,6 +152,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
|
||||
|
|
@ -424,7 +427,7 @@ FLAGS
|
|||
|
||||
--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.
|
||||
--cpu value and a minimum 8Gi --memory value.
|
||||
|
||||
--image=IMAGE
|
||||
Name of the container image to deploy (e.g.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue