mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Oct 5 10:40:53 UTC 2022
This commit is contained in:
parent
ffb9e43995
commit
344952a6dd
135 changed files with 3530 additions and 534 deletions
|
|
@ -21,7 +21,7 @@ SYNOPSIS
|
|||
[--clear-security-group-ids
|
||||
| --security-group-ids=[SECURITY_GROUP_ID,...]]
|
||||
[--clear-ssh-ec2-key-pair | --ssh-ec2-key-pair=SSH_EC2_KEY_PAIR]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--clear-tags | --tags=TAG,[TAG,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Update an Anthos cluster on AWS.
|
||||
|
|
@ -177,6 +177,20 @@ FLAGS
|
|||
Name of the EC2 key pair authorized to login to the control plane's
|
||||
nodes.
|
||||
|
||||
Tags
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-tags
|
||||
Clear any tags associated with the control plane's nodes.
|
||||
|
||||
--tags=TAG,[TAG,...]
|
||||
Applies the given tags (comma separated) on the control plane.
|
||||
Example:
|
||||
|
||||
$ gcloud alpha container aws clusters update EXAMPLE_CONTROL_PLANE \
|
||||
--tags=tag1=one,tag2=two
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue