mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +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
|
|
@ -386,11 +386,11 @@ FLAGS
|
|||
https://cloud.google.com/compute/docs/disks/sharing-disks-between-vms.
|
||||
|
||||
replica-zones
|
||||
If specified, the created disk is regional. Only one zone can be
|
||||
specified and it has to be different from the zone of the instance,
|
||||
the other replica zone will be inferred from the instance zone. The
|
||||
disk will be replicated to the specified replica zone and the zone
|
||||
of the newly created instance.
|
||||
Required for each regional disk associated with the instance.
|
||||
Specify the URLs of the zones where the disk should be replicated
|
||||
to. You must provide exactly two replica zones, and one zone must
|
||||
be the same as the instance zone. You can't use this option with
|
||||
boot disks.
|
||||
|
||||
provisioned-throughput
|
||||
Indicates how much throughput to provision for the disk. This sets
|
||||
|
|
@ -601,13 +601,20 @@ 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.
|
||||
|
||||
--max-run-duration=MAX_RUN_DURATION
|
||||
Limits how long this VM instance can run, specified as a duration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue