mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 15:39:42 +00:00
gcloud: Thu Nov 9 11:45:52 UTC 2023
This commit is contained in:
parent
f2c5d1d45f
commit
03f0979970
300 changed files with 8569 additions and 1319 deletions
|
|
@ -9,11 +9,14 @@ SYNOPSIS
|
|||
[--description=DESCRIPTION] [--[no-]force-update-on-repair]
|
||||
[--initial-delay=INITIAL_DELAY] [--instance-redistribution-type=TYPE]
|
||||
[--list-managed-instances-results=MODE]
|
||||
[--standby-policy-initial-delay=STANDBY_POLICY_INITIAL_DELAY]
|
||||
[--standby-policy-mode=STANDBY_POLICY_MODE]
|
||||
[--stateful-disk=[auto-delete=AUTO-DELETE],[device-name=DEVICE-NAME]]
|
||||
[--stateful-external-ip=[enabled],
|
||||
[auto-delete=AUTO-DELETE],[interface-name=INTERFACE-NAME]]
|
||||
[--stateful-internal-ip=[enabled],
|
||||
[auto-delete=AUTO-DELETE],[interface-name=INTERFACE-NAME]]
|
||||
[--stopped-size=STOPPED_SIZE] [--suspended-size=SUSPENDED_SIZE]
|
||||
[--target-distribution-shape=SHAPE] [--target-pool=[TARGET_POOL,...]]
|
||||
[--zones=ZONE,[ZONE,...]]
|
||||
[--health-check=HEALTH_CHECK | --http-health-check=HTTP_HEALTH_CHECK
|
||||
|
|
@ -140,6 +143,23 @@ OPTIONAL FLAGS
|
|||
Pagination is enabled for the group's listManagedInstances API
|
||||
method. maxResults and pageToken query parameters are respected.
|
||||
|
||||
--standby-policy-initial-delay=STANDBY_POLICY_INITIAL_DELAY
|
||||
Specifies the number of seconds that the MIG should wait before
|
||||
suspending or stopping a VM. The initial delay gives the initialization
|
||||
script the time to prepare your VM for a quick scale out.
|
||||
|
||||
--standby-policy-mode=STANDBY_POLICY_MODE
|
||||
Defines how a MIG resumes or starts VMs from a standby pool when the
|
||||
group scales out. The default mode is manual. STANDBY_POLICY_MODE must
|
||||
be one of:
|
||||
|
||||
manual
|
||||
MIG does not automatically resume or start VMs in the standby pool
|
||||
when the group scales out.
|
||||
scale-out-pool
|
||||
MIG automatically resumes or starts VMs in the standby pool when
|
||||
the group scales out, and replenishes the standby pool afterwards.
|
||||
|
||||
--stateful-disk=[auto-delete=AUTO-DELETE],[device-name=DEVICE-NAME]
|
||||
Disks considered stateful by the instance group. Managed instance
|
||||
groups preserve and reattach stateful disks on VM autohealing, update,
|
||||
|
|
@ -230,6 +250,12 @@ OPTIONAL FLAGS
|
|||
the instance is deleted manually or when the group size is
|
||||
decreased.
|
||||
|
||||
--stopped-size=STOPPED_SIZE
|
||||
Specifies the target size of stopped VMs in the group.
|
||||
|
||||
--suspended-size=SUSPENDED_SIZE
|
||||
Specifies the target size of suspended VMs in the group.
|
||||
|
||||
--target-distribution-shape=SHAPE
|
||||
Specifies how a regional managed instance group distributes its
|
||||
instances across zones within the region. The default shape is even.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue