Notes
Consider adding a flag which would allow the user to preserve cluster state. If so, add docs describing how to delete the resources later. It could be best if cortex cluster down deleted them even if the cluster was already deleted previously (without deleting the resources).
Depending on the above, update cluster uninstall docs accordingly.
- make sure that deletes of resources are independent and best effort
- fully functional cluster
- delete everything sequentially and log everything
- partially deleted cluster
- delete everything that hasn't been deleted for the cluster
- completely deleted cluster
- same as for the above (already deleted x,y,z).
Notes
Consider adding a flag which would allow the user to preserve cluster state. If so, add docs describing how to delete the resources later. It could be best if
cortex cluster downdeleted them even if the cluster was already deleted previously (without deleting the resources).Depending on the above, update cluster uninstall docs accordingly.