mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-14 08:55:34 +00:00
gcloud: Wed Feb 8 10:13:59 UTC 2023
This commit is contained in:
parent
fc11b54760
commit
11068cb123
240 changed files with 8982 additions and 619 deletions
|
|
@ -19,6 +19,27 @@ DESCRIPTION
|
|||
start-update updates instances in a managed instance group, according to
|
||||
the given versions and the given update policy.
|
||||
|
||||
An instance template version can be either a global or regional resource.
|
||||
|
||||
EXAMPLES
|
||||
Running:
|
||||
|
||||
gcloud alpha compute instance-groups managed rolling-action start-update example-managed-instance-group \
|
||||
--version='template=example-global-instance-template'
|
||||
|
||||
Sets the group's instance template version to a global instance template
|
||||
resource: 'example-global-instance-template'.
|
||||
|
||||
To use a regional instance template, specify its full URL.
|
||||
|
||||
Running:
|
||||
|
||||
gcloud alpha compute instance-groups managed rolling-action start-update example-managed-instance-group \
|
||||
--version='template=https://www.googleapis.com/compute/alpha/projects/example-project/regions/us-central1/instanceTemplates/example-regional-instance-template'
|
||||
|
||||
Sets the group's instance template version to a regional instance template
|
||||
resource: 'example-regional-instance-template'.
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
NAME
|
||||
Name of the managed instance group to operate on.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue