mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +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
|
|
@ -25,7 +25,9 @@ SYNOPSIS
|
|||
[--local-ssd=[device-name=DEVICE-NAME],
|
||||
[interface=INTERFACE],[size=SIZE]]
|
||||
[--local-ssd-recovery-timeout=LOCAL_SSD_RECOVERY_TIMEOUT]
|
||||
[--machine-type=MACHINE_TYPE] [--maintenance-policy=MAINTENANCE_POLICY]
|
||||
[--machine-type=MACHINE_TYPE]
|
||||
[--maintenance-interval=MAINTENANCE_INTERVAL]
|
||||
[--maintenance-policy=MAINTENANCE_POLICY]
|
||||
[--max-run-duration=MAX_RUN_DURATION]
|
||||
[--mesh=[gke-cluster=GKE-CLUSTER],[workload=WORKLOAD]]
|
||||
[--metadata=KEY=VALUE,[KEY=VALUE,...]]
|
||||
|
|
@ -467,6 +469,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.
|
||||
|
||||
--maintenance-policy=MAINTENANCE_POLICY
|
||||
Specifies the behavior of the VMs when their host machines undergo
|
||||
maintenance. The default is MIGRATE. For more information, see
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue