mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-17 22:36:52 +00:00
gcloud: Wed Aug 13 10:57:55 UTC 2025
This commit is contained in:
parent
4f9f745739
commit
d6d01162c7
357 changed files with 4606 additions and 9471 deletions
|
|
@ -24,6 +24,7 @@ SYNOPSIS
|
|||
[auto-delete=AUTO-DELETE],[interface-name=INTERFACE-NAME]]
|
||||
[--stopped-size=STOPPED_SIZE] [--suspended-size=SUSPENDED_SIZE]
|
||||
[--target-distribution-shape=SHAPE] [--target-pool=[TARGET_POOL,...]]
|
||||
[--target-size-policy-mode=TARGET_SIZE_POLICY_MODE]
|
||||
[--workload-policy=WORKLOAD_POLICY] [--zones=ZONE,[ZONE,...]]
|
||||
[--health-check=HEALTH_CHECK | --http-health-check=HTTP_HEALTH_CHECK
|
||||
| --https-health-check=HTTPS_HEALTH_CHECK]
|
||||
|
|
@ -326,6 +327,20 @@ OPTIONAL FLAGS
|
|||
Specifies any target pools you want the instances of this managed
|
||||
instance group to be part of.
|
||||
|
||||
--target-size-policy-mode=TARGET_SIZE_POLICY_MODE
|
||||
Specifies the mode in which the MIG creates VMs in the group.
|
||||
TARGET_SIZE_POLICY_MODE must be one of:
|
||||
|
||||
bulk
|
||||
MIG creates VMs all at once. If the MIG cannot create any VM to
|
||||
meet the specified ``size``, then the MIG waits until the resources
|
||||
become available to create all VMs.
|
||||
individual
|
||||
(Default) MIG creates VMs individually. If the MIG cannot create
|
||||
any VM to meet the specified ``size``, then the MIG creates the VMs
|
||||
for which resources are available. The MIG then attempts to create
|
||||
the remaining VMs until the resources become available.
|
||||
|
||||
--workload-policy=WORKLOAD_POLICY
|
||||
Specifies the workload policy for the managed instance group. It can be
|
||||
a full or partial URL to a resource policy containing the workload
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue