mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Sep 14 09:28:28 UTC 2022
This commit is contained in:
parent
e7bec9b31b
commit
8f4214beb2
148 changed files with 5778 additions and 334 deletions
|
|
@ -5,8 +5,8 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alpha compute instance-groups managed create NAME --size=SIZE
|
||||
--template=TEMPLATE [--base-instance-name=BASE_INSTANCE_NAME]
|
||||
[--description=DESCRIPTION] [--initial-delay=INITIAL_DELAY]
|
||||
[--instance-redistribution-type=TYPE]
|
||||
[--description=DESCRIPTION] [--[no-]force-update-on-repair]
|
||||
[--initial-delay=INITIAL_DELAY] [--instance-redistribution-type=TYPE]
|
||||
[--list-managed-instances-results=MODE]
|
||||
[--stateful-disk=[auto-delete=AUTO-DELETE],[device-name=DEVICE-NAME]]
|
||||
[--stateful-external-ip=[enabled],
|
||||
|
|
@ -52,6 +52,15 @@ OPTIONAL FLAGS
|
|||
--description=DESCRIPTION
|
||||
An optional description for this group.
|
||||
|
||||
--[no-]force-update-on-repair
|
||||
Specifies whether to apply the group's latest configuration when
|
||||
repairing a VM. If you updated the group's instance template or
|
||||
per-instance configurations after the VM was created, then these
|
||||
changes are applied when VM is repaired. If this flag is disabled with
|
||||
-no-force-update-on-repair, then updates are applied in accordance with
|
||||
the group's update policy type. Use --force-update-on-repair to enable
|
||||
and --no-force-update-on-repair to disable.
|
||||
|
||||
--initial-delay=INITIAL_DELAY
|
||||
Specifies the length of time during which the instance is known to be
|
||||
initializing and should not be autohealed even if unhealthy. This value
|
||||
|
|
|
|||
|
|
@ -4,7 +4,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha compute instance-groups managed update NAME
|
||||
[--description=DESCRIPTION] [--instance-redistribution-type=TYPE]
|
||||
[--description=DESCRIPTION] [--[no-]force-update-on-repair]
|
||||
[--instance-redistribution-type=TYPE]
|
||||
[--list-managed-instances-results=MODE]
|
||||
[--remove-stateful-disks=DEVICE_NAME,[DEVICE_NAME,...]]
|
||||
[--remove-stateful-external-ips=INTERFACE_NAME,[...]]
|
||||
|
|
@ -51,6 +52,15 @@ FLAGS
|
|||
An optional description for this group. To clear the description, set
|
||||
the value to an empty string.
|
||||
|
||||
--[no-]force-update-on-repair
|
||||
Specifies whether to apply the group's latest configuration when
|
||||
repairing a VM. If you updated the group's instance template or
|
||||
per-instance configurations after the VM was created, then these
|
||||
changes are applied when VM is repaired. If this flag is disabled with
|
||||
-no-force-update-on-repair, then updates are applied in accordance with
|
||||
the group's update policy type. Use --force-update-on-repair to enable
|
||||
and --no-force-update-on-repair to disable.
|
||||
|
||||
--instance-redistribution-type=TYPE
|
||||
Specifies the type of the instance redistribution policy. An instance
|
||||
redistribution type lets you enable or disable automatic instance
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue