When removing a cluster (teardown) it can sometimes happen that some step fails. That can lead to incomplete uninstall. A solution would be to:
- Allow running uninstall task multiple times if the first one fails
- Have re-try logic in the uninstall script that automatically retries
When removing a cluster (teardown) it can sometimes happen that some step fails. That can lead to incomplete uninstall. A solution would be to: