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

@ -9,11 +9,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]
@ -155,6 +155,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
@ -357,6 +361,11 @@ FLAGS
mounted dynamically. Note: You will either need to specify a bucket
or set dynamic-mounting to true, but not both.
cloudsql: Represents a Cloud SQL instance as a volume. Additional keys:
◆ instances: (required) The name of the Cloud SQL instances to mount.
Must be in the form project_id:region:instance_id and separated by
semicolons.
in-memory: An ephemeral volume that stores data in the instance's
memory. With this type of volume, data is not shared between instances
and all data will be lost when the instance it is on is terminated.