mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Fri Mar 22 09:56:14 UTC 2024
This commit is contained in:
parent
75379bf68b
commit
5b4fac9106
182 changed files with 4221 additions and 251 deletions
|
|
@ -3,7 +3,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud container azure clusters delete (CLUSTER : --location=LOCATION)
|
||||
[--allow-missing] [--async] [GCLOUD_WIDE_FLAG ...]
|
||||
[--allow-missing] [--async] [--ignore-errors] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Delete an Anthos cluster on Azure.
|
||||
|
|
@ -54,6 +54,11 @@ FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--ignore-errors
|
||||
Force delete an Azure cluster. Deletion of the Azure cluster will
|
||||
succeed even if errors occur during deleting in-cluster resources.
|
||||
Using this parameter may result in orphaned resources in the cluster.
|
||||
|
||||
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