mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +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
|
|
@ -4,10 +4,11 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud compute instances set-scheduling INSTANCE_NAME
|
||||
[--clear-min-node-cpu] [--maintenance-policy=MAINTENANCE_POLICY]
|
||||
[--min-node-cpu=MIN_NODE_CPU] [--[no-]preemptible]
|
||||
[--provisioning-model=PROVISIONING_MODEL] [--[no-]restart-on-failure]
|
||||
[--zone=ZONE]
|
||||
[--clear-min-node-cpu]
|
||||
[--local-ssd-recovery-timeout=LOCAL_SSD_RECOVERY_TIMEOUT]
|
||||
[--maintenance-policy=MAINTENANCE_POLICY] [--min-node-cpu=MIN_NODE_CPU]
|
||||
[--[no-]preemptible] [--provisioning-model=PROVISIONING_MODEL]
|
||||
[--[no-]restart-on-failure] [--zone=ZONE]
|
||||
[--clear-instance-termination-action
|
||||
| --instance-termination-action=INSTANCE_TERMINATION_ACTION]
|
||||
[--clear-node-affinities | --node=NODE
|
||||
|
|
@ -37,6 +38,12 @@ FLAGS
|
|||
instance min-node-cpu will be cleared. The instance will not be
|
||||
overcommitted and utilize the full CPU count assigned.
|
||||
|
||||
--local-ssd-recovery-timeout=LOCAL_SSD_RECOVERY_TIMEOUT
|
||||
Specifies the maximum amount of time a Local Ssd Vm should wait while
|
||||
recovery of the Local Ssd state is attempted. Its value should be in
|
||||
between 0 and 168 hours with hour granularity and the default value
|
||||
being 1 hour.
|
||||
|
||||
--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