You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a Cluster is deleted while a DOMachine does not have have an instance ID attached (which can happen when the create failed for some reason or the control plane never became ready), the delete hangs forever because DOMachineReconciler terminates reconciliation prematurely. The only way to address the matter is to remove the finalizer manually.
I'm not 100% sure how to best solve the issue. One approach I can think of is to remove the DOMachine finalizer if the instance ID is missing.
The text was updated successfully, but these errors were encountered:
When a
Cluster
is deleted while aDOMachine
does not have have an instance ID attached (which can happen when the create failed for some reason or the control plane never became ready), the delete hangs forever becauseDOMachineReconciler
terminates reconciliation prematurely. The only way to address the matter is to remove the finalizer manually.I'm not 100% sure how to best solve the issue. One approach I can think of is to remove the DOMachine finalizer if the instance ID is missing.
The text was updated successfully, but these errors were encountered: