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

gcloud: Wed Apr 13 08:33:42 UTC 2022

This commit is contained in:
Automated 2022-04-13 08:33:42 +00:00
parent f88a614da8
commit 9dcb91c709
143 changed files with 4432 additions and 242 deletions

View file

@ -4,10 +4,10 @@ NAME
SYNOPSIS
gcloud alpha run jobs create [JOB] --image=IMAGE [--args=[ARG,...]]
[--binary-authorization=POLICY] [--breakglass=JUSTIFICATION]
[--command=[COMMAND,...]] [--cpu=CPU] [--key=KEY]
[--command=[COMMAND,...]] [--cpu=CPU] [--execute-now] [--key=KEY]
[--labels=[KEY=VALUE,...]] [--max-retries=MAX_RETRIES]
[--memory=MEMORY] [--parallelism=PARALLELISM] [--region=REGION]
[--run-now] [--service-account=SERVICE_ACCOUNT]
[--service-account=SERVICE_ACCOUNT]
[--set-cloudsql-instances=[CLOUDSQL-INSTANCES,...]]
[--set-env-vars=[KEY=VALUE,...]]
[--set-secrets=[KEY=SECRET_NAME:SECRET_VERSION,...]]
@ -81,6 +81,9 @@ OPTIONAL FLAGS
(fully managed), 4 cpus also requires a minimum 2Gi --memory value.
Examples 2, 2.0, 2000m
--execute-now
Execute the job immediately after creation.
--key=KEY
CMEK key reference to encrypt the container with.
@ -103,9 +106,6 @@ OPTIONAL FLAGS
Region in which the resource can be found. Alternatively, set the
property [run/region].
--run-now
Run the job immediately after creation.
--service-account=SERVICE_ACCOUNT
Service account associated with the revision of the service. The
service account represents the identity of the running revision, and
@ -170,7 +170,7 @@ OPTIONAL FLAGS
--wait
Wait until the execution has completed running before exiting. If not
set, gcloud exits successfully when the execution has started.
Implies --run-now.
Implies --execute-now.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,