mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-13 08:27:05 +00:00
gcloud: Wed May 25 08:41:12 UTC 2022
This commit is contained in:
parent
bda2bf9142
commit
5b5ff68a0d
154 changed files with 3252 additions and 284 deletions
|
|
@ -1,6 +1,6 @@
|
|||
NAME
|
||||
gcloud alpha compute instance-groups managed all-instances-config delete -
|
||||
delete values defined in all-instances configuration of a managed
|
||||
delete values defined in the all-instances configuration of a managed
|
||||
instance group
|
||||
|
||||
SYNOPSIS
|
||||
|
|
@ -10,8 +10,8 @@ SYNOPSIS
|
|||
|
||||
DESCRIPTION
|
||||
(ALPHA) gcloud alpha compute instance-groups managed all-instances-config
|
||||
delete deletes one or more values defined in all-instances configuration of
|
||||
a managed instance group.
|
||||
delete deletes one or more values defined in the all-instances
|
||||
configuration of a managed instance group.
|
||||
|
||||
To apply a revised all-instances configuration to existing instances in the
|
||||
group, use one of the following methods:
|
||||
|
|
@ -21,23 +21,33 @@ DESCRIPTION
|
|||
▪ Use the rolling-action start-update command.
|
||||
▪ Use the API to set the group's updatePolicy.type to PROACTIVE.
|
||||
|
||||
EXAMPLES
|
||||
To delete the group's all-instances configuration in order to stop
|
||||
overriding 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 delete my-group --metadata=metadata-key \
|
||||
--labels=label-key
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
NAME
|
||||
Name of the managed instance group to delete all-instances' config for.
|
||||
Name of the managed instance group to delete the all instances
|
||||
configuration for.
|
||||
|
||||
FLAGS
|
||||
--labels=KEY,[KEY,...]
|
||||
Remove labels keys from all-instances' config configuration.
|
||||
Remove labels keys from the group's all instances configuration.
|
||||
|
||||
--metadata=KEY,[KEY,...]
|
||||
Remove metadata keys from all-instances' config configuration.
|
||||
Remove metadata keys from the group's all instances configuration.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--region=REGION
|
||||
Region of the managed instance group to delete 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 delete 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 +57,9 @@ FLAGS
|
|||
invocation.
|
||||
|
||||
--zone=ZONE
|
||||
Zone of the managed instance group to delete 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 delete 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 +80,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 \
|
||||
delete
|
||||
|
||||
|
|
|
|||
|
|
@ -20,15 +20,18 @@ COMMANDS
|
|||
COMMAND is one of the following:
|
||||
|
||||
delete
|
||||
(ALPHA) Delete values defined in all-instances configuration of a
|
||||
(ALPHA) Delete values defined in the all-instances configuration of a
|
||||
managed instance group.
|
||||
|
||||
update
|
||||
(ALPHA) Update all-instances configuration of a managed instance group.
|
||||
(ALPHA) Update the all-instances configuration of a managed instance
|
||||
group.
|
||||
|
||||
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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue