mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-13 16:37:00 +00:00
gcloud: Sat Jun 14 05:31:37 UTC 2025
This commit is contained in:
parent
1799759190
commit
fa40c10f6a
712 changed files with 17386 additions and 4918 deletions
|
|
@ -24,7 +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,...]]
|
||||
[--zones=ZONE,[ZONE,...]]
|
||||
[--workload-policy=WORKLOAD_POLICY] [--zones=ZONE,[ZONE,...]]
|
||||
[--health-check=HEALTH_CHECK | --http-health-check=HTTP_HEALTH_CHECK
|
||||
| --https-health-check=HTTPS_HEALTH_CHECK]
|
||||
[--region=REGION | --zone=ZONE]
|
||||
|
|
@ -326,6 +326,11 @@ OPTIONAL FLAGS
|
|||
Specifies any target pools you want the instances of this managed
|
||||
instance group to be part of.
|
||||
|
||||
--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
|
||||
policy.
|
||||
|
||||
--zones=ZONE,[ZONE,...]
|
||||
If this flag is specified a regional managed instance group will be
|
||||
created. The managed instance group will be in the same region as
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@ SYNOPSIS
|
|||
| --http-health-check=HTTP_HEALTH_CHECK
|
||||
| --https-health-check=HTTPS_HEALTH_CHECK]
|
||||
[--region=REGION | --zone=ZONE]
|
||||
[--remove-workload-policy | --workload-policy=WORKLOAD_POLICY]
|
||||
[--update-policy-max-surge=MAX_SURGE
|
||||
--update-policy-max-unavailable=MAX_UNAVAILABLE
|
||||
--update-policy-min-ready=MIN_READY
|
||||
|
|
@ -386,6 +387,16 @@ FLAGS
|
|||
Overrides the default compute/zone property value for this command
|
||||
invocation.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--remove-workload-policy
|
||||
Detaches the workload policy from the managed instance group.
|
||||
|
||||
--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
|
||||
policy.
|
||||
|
||||
Parameters for setting update policy for this managed instance group.
|
||||
|
||||
--update-policy-max-surge=MAX_SURGE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue