1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-13 16:37:00 +00:00

gcloud: Wed May 25 08:41:12 UTC 2022

This commit is contained in:
Automated 2022-05-25 08:41:12 +00:00
parent bda2bf9142
commit 5b5ff68a0d
Failed to extract signature
154 changed files with 3252 additions and 284 deletions

View file

@ -1,6 +1,6 @@
NAME
gcloud alpha compute instance-groups managed all-instances-config update -
update all-instances configuration of a managed instance group
update the all-instances configuration of a managed instance group
SYNOPSIS
gcloud alpha compute instance-groups managed all-instances-config update
@ -21,23 +21,34 @@ DESCRIPTION
▪ Use the rolling-action start-update command.
▪ Use the API to set the group's updatePolicy.type to PROACTIVE.
EXAMPLES
To update an all-instances configuration in order to override the group's
instance template for a label with the key label-key and metadata with the
key metadata-key in group my-group, run:
$ gcloud alpha compute instance-groups managed \
all-instances-config update my-group \
--metadata=metadata-key=metadata-override-value \
--labels=qlabel-key=label-override-value
POSITIONAL ARGUMENTS
NAME
Name of the managed instance group to update all-instances' config for.
Name of the managed instance group to update the all instances
configuration for.
FLAGS
--labels=KEY=VALUE,[KEY=VALUE,...]
Add labels to all-instances' config configuration.
Add labels to the group's all instances configuration.
--metadata=KEY=VALUE,[KEY=VALUE,...]
Add metadata to all-instances' config configuration.
Add metadata to the group's all instances configuration.
At most one of these can be specified:
--region=REGION
Region of the managed instance group to update all-instances' config
for. If not specified, you might be prompted to select a region
(interactive mode only).
Region of the managed instance group to update the all instances
configuration for. If not specified, you might be prompted to select
a region (interactive mode only).
A list of regions can be fetched by running:
@ -47,9 +58,9 @@ FLAGS
invocation.
--zone=ZONE
Zone of the managed instance group to update all-instances' config
for. If not specified, you might be prompted to select a zone
(interactive mode only).
Zone of the managed instance group to update the all instances
configuration for. If not specified, you might be prompted to select
a zone (interactive mode only).
A list of zones can be fetched by running:
@ -70,5 +81,8 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.
access allowlist. This variant is also available:
$ gcloud beta compute instance-groups managed all-instances-config \
update