mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
40 lines
807 B
Text
40 lines
807 B
Text
NAME
|
|
gcloud container aws clusters - create and manage Anthos clusters on AWS
|
|
|
|
SYNOPSIS
|
|
gcloud container aws clusters COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Create and manage Anthos clusters on AWS.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
Create an Anthos cluster on AWS.
|
|
|
|
delete
|
|
Delete an Anthos cluster on AWS.
|
|
|
|
describe
|
|
Describe an Anthos cluster on AWS.
|
|
|
|
get-credentials
|
|
Get credentials of an Anthos cluster on AWS.
|
|
|
|
list
|
|
List Anthos clusters on AWS.
|
|
|
|
update
|
|
Update an Anthos cluster on AWS.
|
|
|
|
NOTES
|
|
This variant is also available:
|
|
|
|
$ gcloud alpha container aws clusters
|
|
|