This repository has been archived by the owner on Aug 13, 2024. It is now read-only.
Should az capi management delete
delete the cluster?
#133
Milestone
When testing we were surprised to realize that
az capi management delete
just removes CAPZ componentry from a management cluster, leaving the cluster intact. This makes semantic sense if "management" is taken to be "the CAPZ stuff," but the management commands explicitly refer to the cluster, so they disagree.Following the principle of least surprise, we should consider changing this behavior to delete the cluster infrastructure instead. But if we did so, the command should check for the existence of managed clusters and offer the option of deleting those workload clusters first.
The text was updated successfully, but these errors were encountered: