1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-14 00:46:53 +00:00

gcloud: Wed Mar 29 10:40:15 UTC 2023

This commit is contained in:
Automated 2023-03-29 10:40:15 +00:00
parent 4ccfc7a5e3
commit 5fabf24be7
269 changed files with 6797 additions and 464 deletions

View file

@ -5,7 +5,9 @@ NAME
SYNOPSIS
gcloud alpha compute sole-tenancy node-groups create NAME
--node-template=NODE_TEMPLATE --target-size=TARGET_SIZE
[--description=DESCRIPTION] [--maintenance-policy=MAINTENANCE_POLICY]
[--description=DESCRIPTION]
[--maintenance-interval=MAINTENANCE_INTERVAL]
[--maintenance-policy=MAINTENANCE_POLICY]
[--maintenance-window-start-time=START_TIME] [--zone=ZONE]
[--autoscaler-mode=AUTOSCALER_MODE
: --max-nodes=MAX_NODES --min-nodes=MIN_NODES]
@ -36,6 +38,18 @@ OPTIONAL FLAGS
--description=DESCRIPTION
An optional description of this resource.
--maintenance-interval=MAINTENANCE_INTERVAL
Specifies the frequency of planned maintenance events.
MAINTENANCE_INTERVAL must be one of:
as-needed
VMs are eligible to receive infrastructure and hypervisor updates
as they become 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.
--maintenance-policy=MAINTENANCE_POLICY
Determines the maintenance behavior during host maintenance events. For
more information, see