mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Mar 26 10:55:24 UTC 2025
This commit is contained in:
parent
e555fef0aa
commit
be9483c980
310 changed files with 9868 additions and 540 deletions
|
|
@ -37,7 +37,11 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Create an Anthos cluster on AWS.
|
||||
(ALPHA) (DEPRECATED) Create an Anthos cluster on AWS.
|
||||
|
||||
This command is deprecated. See
|
||||
https://cloud.google.com/kubernetes-engine/multi-cloud/docs/aws/deprecations/deprecation-announcement
|
||||
for more details.
|
||||
|
||||
EXAMPLES
|
||||
To create a cluster named my-cluster managed in location us-west1, run:
|
||||
|
|
|
|||
|
|
@ -8,7 +8,11 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Delete an Anthos cluster on AWS.
|
||||
(ALPHA) (DEPRECATED) Delete an Anthos cluster on AWS.
|
||||
|
||||
This command is deprecated. See
|
||||
https://cloud.google.com/kubernetes-engine/multi-cloud/docs/aws/deprecations/deprecation-announcement
|
||||
for more details.
|
||||
|
||||
EXAMPLES
|
||||
To delete a cluster named my-cluster managed in location us-west1, run:
|
||||
|
|
|
|||
|
|
@ -7,7 +7,11 @@ SYNOPSIS
|
|||
(CLUSTER : --location=LOCATION) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Describe an Anthos cluster on AWS.
|
||||
(ALPHA) (DEPRECATED) Describe an Anthos cluster on AWS.
|
||||
|
||||
This command is deprecated. See
|
||||
https://cloud.google.com/kubernetes-engine/multi-cloud/docs/aws/deprecations/deprecation-announcement
|
||||
for more details.
|
||||
|
||||
EXAMPLES
|
||||
To describe a cluster named my-cluster managed in location us-west1, run:
|
||||
|
|
|
|||
|
|
@ -8,7 +8,11 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Fetch credentials for a running Anthos cluster on AWS.
|
||||
(ALPHA) (DEPRECATED) This command is deprecated. See
|
||||
https://cloud.google.com/kubernetes-engine/multi-cloud/docs/aws/deprecations/deprecation-announcement
|
||||
for more details.
|
||||
|
||||
Fetch credentials for a running Anthos cluster on AWS.
|
||||
|
||||
This command updates a kubeconfig file with appropriate credentials and
|
||||
endpoint information to point kubectl at a specific Anthos cluster on AWS.
|
||||
|
|
|
|||
|
|
@ -6,7 +6,11 @@ SYNOPSIS
|
|||
gcloud alpha container aws clusters COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Create and manage Anthos clusters on AWS.
|
||||
(ALPHA) (DEPRECATED) Create and manage Anthos clusters on AWS.
|
||||
|
||||
This command is deprecated. See
|
||||
https://cloud.google.com/kubernetes-engine/multi-cloud/docs/aws/deprecations/deprecation-announcement
|
||||
for more details.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
|
@ -17,22 +21,22 @@ COMMANDS
|
|||
COMMAND is one of the following:
|
||||
|
||||
create
|
||||
(ALPHA) Create an Anthos cluster on AWS.
|
||||
(ALPHA) (DEPRECATED) Create an Anthos cluster on AWS.
|
||||
|
||||
delete
|
||||
(ALPHA) Delete an Anthos cluster on AWS.
|
||||
(ALPHA) (DEPRECATED) Delete an Anthos cluster on AWS.
|
||||
|
||||
describe
|
||||
(ALPHA) Describe an Anthos cluster on AWS.
|
||||
(ALPHA) (DEPRECATED) Describe an Anthos cluster on AWS.
|
||||
|
||||
get-credentials
|
||||
(ALPHA) Get credentials of an Anthos cluster on AWS.
|
||||
(ALPHA) (DEPRECATED) Get credentials of an Anthos cluster on AWS.
|
||||
|
||||
list
|
||||
(ALPHA) List Anthos clusters on AWS.
|
||||
(ALPHA) (DEPRECATED) List Anthos clusters on AWS.
|
||||
|
||||
update
|
||||
(ALPHA) Update an Anthos cluster on AWS.
|
||||
(ALPHA) (DEPRECATED) Update an Anthos cluster on AWS.
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
|
|
|
|||
|
|
@ -7,7 +7,11 @@ SYNOPSIS
|
|||
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) List Anthos clusters on AWS.
|
||||
(ALPHA) (DEPRECATED) List Anthos clusters on AWS.
|
||||
|
||||
This command is deprecated. See
|
||||
https://cloud.google.com/kubernetes-engine/multi-cloud/docs/aws/deprecations/deprecation-announcement
|
||||
for more details.
|
||||
|
||||
EXAMPLES
|
||||
To lists all clusters managed in location us-west1, run:
|
||||
|
|
|
|||
|
|
@ -29,7 +29,11 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Update an Anthos cluster on AWS.
|
||||
(ALPHA) (DEPRECATED) Update an Anthos cluster on AWS.
|
||||
|
||||
This command is deprecated. See
|
||||
https://cloud.google.com/kubernetes-engine/multi-cloud/docs/aws/deprecations/deprecation-announcement
|
||||
for more details.
|
||||
|
||||
EXAMPLES
|
||||
To update a cluster named my-cluster managed in location us-west1, run:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue