mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed Aug 9 11:23:49 UTC 2023
This commit is contained in:
parent
678b9afba9
commit
19bfacfbed
148 changed files with 2955 additions and 379 deletions
|
|
@ -29,7 +29,9 @@ SYNOPSIS
|
|||
[--local-ssd=[device-name=DEVICE-NAME],
|
||||
[interface=INTERFACE],[size=SIZE]]
|
||||
[--local-ssd-recovery-timeout=LOCAL_SSD_RECOVERY_TIMEOUT]
|
||||
[--machine-type=MACHINE_TYPE] [--max-run-duration=MAX_RUN_DURATION]
|
||||
[--machine-type=MACHINE_TYPE]
|
||||
[--maintenance-interval=MAINTENANCE_INTERVAL]
|
||||
[--max-run-duration=MAX_RUN_DURATION]
|
||||
[--mesh=[gke-cluster=GKE-CLUSTER],[workload=WORKLOAD]]
|
||||
[--metadata=KEY=VALUE,[KEY=VALUE,...]]
|
||||
[--metadata-from-file=KEY=LOCAL_FILE_PATH,[...]]
|
||||
|
|
@ -518,6 +520,13 @@ FLAGS
|
|||
available machine types, run 'gcloud compute machine-types list'. If
|
||||
unspecified, the default type is n1-standard-1.
|
||||
|
||||
--maintenance-interval=MAINTENANCE_INTERVAL
|
||||
Specifies the frequency of planned maintenance events.
|
||||
MAINTENANCE_INTERVAL must be (only one value is supported):
|
||||
|
||||
PERIODIC
|
||||
PERIODIC means the VM is a Stable Fleet VM.
|
||||
|
||||
--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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue