My Rancher is waiting for a VM to be deleted that isn’t present in Azure any longer. How can I clean up this mess ?
I’m using the Azure Cloud provider.
a
agreeable-oil-87482
05/02/2023, 3:37 PM
If you're confident the VM is definitely removed, you can remove the node object from Rancher. If that doesn't work, you can remove the finalizer which should get rid of it if it's stuck for one reason or another
The node was impossible to delete.
So I edited the yaml and removed the 2 Finalizers. This cleared the lingering delete error for the node.
Thanks so much!!!😁