1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-20 13:10:18 +00:00

gcloud: Wed Apr 12 10:43:12 UTC 2023

This commit is contained in:
Automated 2023-04-12 10:43:12 +00:00
parent 32e56b8b99
commit b155beb241
220 changed files with 7834 additions and 1142 deletions

View file

@ -23,6 +23,7 @@ SYNOPSIS
[--local-ssd=[device-name=DEVICE-NAME],
[interface=INTERFACE],[size=SIZE]]
[--location-policy=[ZONE=POLICY,...]] [--machine-type=MACHINE_TYPE]
[--max-count-per-zone=[ZONE=MAX_COUNT_PER_ZONE,...]]
[--max-run-duration=MAX_RUN_DURATION]
[--metadata=KEY=VALUE,[KEY=VALUE,...]]
[--metadata-from-file=KEY=LOCAL_FILE_PATH,[...]]
@ -464,6 +465,17 @@ OPTIONAL FLAGS
available machine types, run 'gcloud compute machine-types list'. If
unspecified, the default type is n1-standard-1.
--max-count-per-zone=[ZONE=MAX_COUNT_PER_ZONE,...]
Maximum number of instances per zone specified as key-value pairs. The
zone name is the key and the max count per zone is the value in that
zone.
Example:
gcloud compute instances bulk create --name-pattern=example-###
--count=5 --region=us-east1
--max-count-per-zone=us-east1-b=2,us-east-1-c=1
--max-run-duration=MAX_RUN_DURATION
Limits how long this VM instance can run, specified as a duration
relative to the VM instance's most-recent start time. Format the