EKS cluster not deleted if rad not installed #868
Labels
maintenance
Issue is a non-user-facing task like updating tests, improving automation, etc..
triaged
This item has been triaged by project maintainers and is in the backlog
Today we first uninstall Radius and then delete the EKS cluster. This can cause issues if rad was never installed. See https://github.com/radius-project/samples/actions/runs/7008834358/job/19065990928 for more information.
We either need to remove the uninstall command (I'm not sure why we need this) or we need to separate out these steps so uninstall is conditional on install, and EKS delete is conditional on the EKS cluster being created.
AB#10540
The text was updated successfully, but these errors were encountered: