Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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]