-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
4.17.z
Description of problem:
The deletion of an HCP ROSA cluster can get stuck if it gets into a state were the request serving nodes are deleted, but the deletion is pending on API requests, see OHSS ticket for an example. Apparently HCCO will never change the CloudResourcesDestroyed condition to true since the api server of the hostedcluster is gone, which can happen when timing out. See slack conversation for details
How reproducible:
Attempt to delete a cluster with an unavailable KAS.
Actual results:
Finalizer on HostenControlPlane resource is not removed and cluster resources not cleaned up.
Expected results:
Cluster is deleted
Additional info:
slack conversation: https://redhat-external.slack.com/archives/C01C8502FMM/p1760096857963599 OHSS ticket: https://issues.redhat.com/browse/OHSS-47415