Skip to content

Commit 3d6c9e6

Browse files
authored
Merge pull request #32073 from skrthomas/BZ1872476
2 parents 3d3c61b + d8999aa commit 3d6c9e6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

modules/installation-uninstall-clouds.adoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
ifeval::["{context}" == "uninstalling-cluster-aws"]
1212
:aws:
1313
endif::[]
14+
ifeval::["{context}" == "uninstalling-cluster-gcp"]
15+
:gcp:
16+
endif::[]
1417

1518
[id="installation-uninstall-clouds_{context}"]
1619
= Removing a cluster that uses installer-provisioned infrastructure
@@ -25,6 +28,14 @@ If you deployed your cluster to the AWS C2S Secret Region, the installation prog
2528
====
2629
endif::aws[]
2730

31+
[NOTE]
32+
====
33+
After uninstallation, check your cloud provider for any resources not removed properly, especially with User Provisioned Infrastructure (UPI) clusters. There might be resources that the installer did not create or that the installer is unable to access.
34+
ifdef::gcp[]
35+
For example, some Google Cloud resources require link:https://cloud.google.com/iam/docs/overview#concepts_related_to_access_management[IAM permissions] in shared VPC host projects, or there might be unused link:https://cloud.google.com/sdk/gcloud/reference/compute/health-checks/delete[health checks that must be deleted].
36+
endif::gcp[]
37+
====
38+
2839
.Prerequisites
2940

3041
* Have a copy of the installation program that you used to deploy the cluster.

0 commit comments

Comments
 (0)