mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Feb 1 11:38:52 UTC 2023
This commit is contained in:
parent
6dc17bdd4a
commit
fc11b54760
173 changed files with 5650 additions and 253 deletions
|
|
@ -106,13 +106,21 @@ FLAGS
|
|||
|
||||
--maintenance-interval=MAINTENANCE_INTERVAL
|
||||
Specifies how infrastructure upgrades should be applied to the VM.
|
||||
MAINTENANCE_INTERVAL must be (currently only one value is supported):
|
||||
MAINTENANCE_INTERVAL must be one of:
|
||||
|
||||
PERIODIC
|
||||
VMs receive infrastructure and hypervisor updates on a periodic
|
||||
basis, minimizing the number of maintenance operations (live
|
||||
migrations or terminations) on an individual VM. Security updates
|
||||
will still be applied as soon as they are available.
|
||||
RECURRENT
|
||||
VMs receive infrastructure and hypervisor updates on a periodic
|
||||
basis, minimizing the number of maintenance operations (live
|
||||
migrations or terminations) on an individual VM. This may mean a
|
||||
VM will take longer to receive an update than if it was
|
||||
configured for AS_NEEDED. Security updates will still be applied
|
||||
as soonas they are available. RECURRENT is used for GEN3 and
|
||||
Sliceof Hardware VMs.
|
||||
|
||||
--min-cpu-platform=MIN_CPU_PLATFORM
|
||||
Optional minimum CPU platform of the reservation to create.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue