Skip to content

Commit

Permalink
OSDOCS-2922: Added a warning for deleting clusters.
Browse files Browse the repository at this point in the history
  • Loading branch information
EricPonvelle committed Feb 3, 2022
1 parent aa40f8e commit 798f749
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modules/rosa-deleting-cluster.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ endif::[]
[id="rosa-deleting-cluster_{context}"]
= Deleting a cluster

You can delete an {product-title} cluster using the `rosa` CLI.
You can delete an {product-title} cluster using the `rosa` CLI.

ifdef::sts[]
You can also use the `rosa` CLI to delete the AWS Identity and Access Management (IAM) account-wide roles, the cluster-specific Operator roles, and the OpenID Connect (OIDC) provider. The cluster deletion must complete before you remove the IAM resources, because the resources are used in the cluster deletion and clean-up processes.
Expand Down
9 changes: 9 additions & 0 deletions rosa_getting_started/rosa-deleting-cluster.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,13 @@ toc::[]

Delete a {product-title} (ROSA) cluster using the `rosa` command-line.

[id="prerequisites_rosa-deleting-cluster"]
== Prerequisites

* If {product-title} created a VPC, you must remove the following items from your cluster before you can successfully delete your cluster:
** Network configurations, such as VPN configurations and VPC peering connections
** Any additional services that were added to the VPC

If these configurations and services remain, the cluster does not delete properly.

include::modules/rosa-deleting-cluster.adoc[leveloffset=+1]
9 changes: 9 additions & 0 deletions rosa_getting_started_sts/rosa-sts-deleting-cluster.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,14 @@ toc::[]

Delete a {product-title} (ROSA) cluster using the `rosa` command-line.

[id="prerequisites_rosa-sts-deleting-cluster"]
== Prerequisites

* If {product-title} created a VPC, you must remove the following items from your cluster before you can successfully delete your cluster:
** Network configurations, such as VPN configurations and VPC peering connections
** Any additional services that were added to the VPC

If these configurations and services remain, the cluster does not delete properly.

include::modules/rosa-deleting-cluster.adoc[leveloffset=+1]
include::modules/rosa-deleting-aws-resources-aws-console.adoc[leveloffset=+1]

0 comments on commit 798f749

Please sign in to comment.