mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Jan 15 09:50:59 UTC 2025
This commit is contained in:
parent
5a9f5ff67e
commit
4a036681b1
126 changed files with 4290 additions and 679 deletions
|
|
@ -32,10 +32,9 @@ SYNOPSIS
|
|||
--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 --base-image=BASE_IMAGE
|
||||
| --clear-base-image --clear-env-vars | --env-vars-file=FILE_PATH
|
||||
| --set-env-vars=[KEY=VALUE,...] | --remove-env-vars=[KEY,...]
|
||||
--startup-probe=[KEY=VALUE,...] --[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
|
||||
| --set-secrets=[KEY=VALUE,...]
|
||||
| --remove-secrets=[KEY,...] --update-secrets=[KEY=VALUE,...]]
|
||||
|
|
@ -462,19 +461,6 @@ FLAGS
|
|||
Whether to use HTTP/2 for connections to the service. Use
|
||||
--use-http2 to enable and --no-use-http2 to disable.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--base-image=BASE_IMAGE
|
||||
Specifies the base image to be used for automatic base image
|
||||
updates. When deploying from source using the Google Cloud
|
||||
buildpacks, this flag will also override the base image used for
|
||||
the application image. See
|
||||
https://cloud.google.com/run/docs/deploying-source-code for more
|
||||
details.
|
||||
|
||||
--clear-base-image
|
||||
Opts out of automatic base image updates.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-env-vars
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue