mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +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
|
|
@ -58,7 +58,7 @@ FLAGS
|
|||
complete.
|
||||
|
||||
--ignore-errors
|
||||
Force delete an Attached cluster. Deletion of Attached cluster will
|
||||
Force delete an Attached cluster. Deletion of the Attached cluster will
|
||||
succeed even if errors occur during deleting in-cluster resources.
|
||||
Using this parameter may result in orphaned resources in the cluster.
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud 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
|
||||
Delete an Anthos cluster on AWS.
|
||||
|
|
@ -53,6 +54,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.
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud container aws node-pools delete
|
||||
(NODE_POOL : --cluster=CLUSTER --location=LOCATION) [--allow-missing]
|
||||
[--async] [--validate-only] [GCLOUD_WIDE_FLAG ...]
|
||||
[--async] [--ignore-errors] [--validate-only] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Delete a node pool in an Anthos cluster on AWS.
|
||||
|
|
@ -58,13 +58,18 @@ POSITIONAL ARGUMENTS
|
|||
|
||||
FLAGS
|
||||
--allow-missing
|
||||
Allow idempotent deletion of cluster. The request will still succeed in
|
||||
case the cluster does not exist.
|
||||
Allow idempotent deletion of node pool. The request will still succeed
|
||||
in case the node pool does not exist.
|
||||
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--ignore-errors
|
||||
Force delete an AWS node pool. Deletion of the AWS node pool will
|
||||
succeed even if errors occur during deleting in-node pool resources.
|
||||
Using this parameter may result in orphaned resources in the node pool.
|
||||
|
||||
--validate-only
|
||||
Validate the node pool to delete, but don't actually perform it.
|
||||
|
||||
|
|
|
|||
|
|
@ -46,8 +46,8 @@ POSITIONAL ARGUMENTS
|
|||
|
||||
FLAGS
|
||||
--allow-missing
|
||||
Allow idempotent deletion of cluster. The request will still succeed in
|
||||
case the cluster does not exist.
|
||||
Allow idempotent deletion of client. The request will still succeed in
|
||||
case the client does not exist.
|
||||
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud container azure node-pools delete
|
||||
(NODE_POOL : --cluster=CLUSTER --location=LOCATION) [--allow-missing]
|
||||
[--async] [GCLOUD_WIDE_FLAG ...]
|
||||
[--async] [--ignore-errors] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Delete a node pool in an Anthos cluster on Azure.
|
||||
|
|
@ -58,13 +58,18 @@ POSITIONAL ARGUMENTS
|
|||
|
||||
FLAGS
|
||||
--allow-missing
|
||||
Allow idempotent deletion of cluster. The request will still succeed in
|
||||
case the cluster does not exist.
|
||||
Allow idempotent deletion of node pool. The request will still succeed
|
||||
in case the node pool does not exist.
|
||||
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--ignore-errors
|
||||
Force delete an Azure node pool. Deletion of the Azure node pool will
|
||||
succeed even if errors occur during deleting in-node pool resources.
|
||||
Using this parameter may result in orphaned resources in the node pool.
|
||||
|
||||
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