Delete Kubernetes clusters when someone's CloudStack account is deleted #56
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
So apparently when a CloudStack account is deleted, that account's VMs get deleted, but their k8s clusters do not. That is not good. All of their resources need to get deleted.
In the CloudStackService, we should query the CloudStack API to enumerate any k8s clusters which a user may have, and make sure that we delete all of them.
At some point we should stop using the Cloudstack Kubernetes plugin and just run vanilla Kubernetes ourselves.