how to delete rancher cluster when gettting deleteerror for nodes.
Rohit Patil
1 min read
go to the rancher cluster which you want to delete( means cluster for which you getting 'deleteerror')
Within the selected Rancher cluster, locate and click on the "Nodes" tab.
then click on edit Yaml for that particular node( the node which is getting 'deleteerror' )
now remove the particular line from node YAML Config
finalizers:
- Save and Apply the Changes After removing the lines, save the YAML configuration changes and apply them to the Rancher cluster.
By following these steps and removing the specified lines from the YAML configuration of the problematic node, you can successfully resolve the "DeleteError" issue when attempting to delete nodes in your Rancher cluster. and your rancher cluster will be deleted
Thanks,
Rohit
1
Subscribe to my newsletter
Read articles from Rohit Patil directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by