Skip to content

Commit 6129712

Browse files
authored
Merge pull request #62221 from mletalie/OSDOCS-6403
/lgtm, merging [OSDOCS-6403]: Add warning on cluster deletion docs
2 parents 45f73ed + 4af564e commit 6129712

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

modules/rosa-deleting-cluster.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,18 @@ You can delete a {product-title} (ROSA) with AWS Security Token Service (STS) cl
2525

2626
After deleting the cluster, you can clean up the cluster-specific Identity and Access Management (IAM) resources in your AWS account by using the ROSA CLI (`rosa`). The cluster-specific resources include the Operator roles and the OpenID Connect (OIDC) provider.
2727

28-
[IMPORTANT]
28+
[NOTE]
2929
====
3030
The cluster deletion must complete before you remove the IAM resources, because the resources are used in the cluster deletion and clean-up processes.
3131
====
3232

3333
If add-ons are installed, the cluster deletion takes longer because add-ons are uninstalled before the cluster is deleted. The amount of time depends on the number and size of the add-ons.
3434
endif::sts[]
3535

36+
[IMPORTANT]
37+
====
38+
If the cluster that created the VPC during the installation is deleted, the associated installation program-created VPC will also be deleted, resulting in the failure of all the clusters that are using the same VPC. Additionally, any resources created with the same `tagSet` key-value pair of the resources created by the installation program and labeled with a value of `owned` will also be deleted.
39+
====
3640
.Prerequisites
3741

3842
* You have installed a ROSA cluster.
@@ -62,7 +66,7 @@ Operator IAM Roles: <2>
6266
- arn:aws:iam::<aws_account_id>:role/mycluster-x4q9-openshift-ingress-operator-cloud-credentials
6367
- arn:aws:iam::<aws_account_id>:role/mycluster-x4q9-openshift-cluster-csi-drivers-ebs-cloud-credent
6468
- arn:aws:iam::<aws_account_id>:role/mycluster-x4q9-openshift-cloud-network-config-controller-cloud
65-
State: ready
69+
State: ready
6670
Private: No
6771
Created: May 13 2022 11:26:15 UTC
6872
Details Page: https://console.redhat.com/openshift/details/s/296kyEFwzoy1CREQicFRdZybrc0

0 commit comments

Comments
 (0)