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

gcloud: Fri Mar 22 09:56:14 UTC 2024

This commit is contained in:
Automated 2024-03-22 09:56:14 +00:00
parent 75379bf68b
commit 5b4fac9106
182 changed files with 4221 additions and 251 deletions

View file

@ -4,7 +4,8 @@ NAME
SYNOPSIS
gcloud alpha container aws clusters delete (CLUSTER : --location=LOCATION)
[--allow-missing] [--async] [--validate-only] [GCLOUD_WIDE_FLAG ...]
[--allow-missing] [--async] [--ignore-errors] [--validate-only]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Delete an Anthos cluster on AWS.
@ -55,6 +56,11 @@ FLAGS
Return immediately, without waiting for the operation in progress to
complete.
--ignore-errors
Force delete an AWS cluster. Deletion of the AWS cluster will succeed
even if errors occur during deleting in-cluster resources. Using this
parameter may result in orphaned resources in the cluster.
--validate-only
Validate the cluster to delete, but don't actually perform it.