Skip to content

Commit

Permalink
Merge pull request openshift#41128 from EricPonvelle/OSDOCS-2922_Netw…
Browse files Browse the repository at this point in the history
…orkConfigNote

OSDOCS-2922: Added a warning for deleting clusters.
  • Loading branch information
EricPonvelle authored Feb 3, 2022
2 parents e33600e + 798f749 commit e0a1437
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 @@ -8,4 +8,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 @@ -8,5 +8,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 e0a1437

Please sign in to comment.