loft-sh / kiosk

kiosk 🏢 Multi-Tenancy Extension For Kubernetes - Secure Cluster Sharing & Self-Service Namespace Provisioning
https://kubernetes.slack.com/?redir=%2Fmessages%2Fkiosk#/
Apache License 2.0
1.07k stars 70 forks source link

Delete Account doesn't delete the underline spaces #120

Open unbreakabl3 opened 3 years ago

unbreakabl3 commented 3 years ago

Environment: k8s: 1.19.7 kiosk: 0.2.4

Hello, I just noticed that if the Account is deleted, the spaces under that account are still exists. I think it can be nice, if all existing resource under the Account will be deleted as well. Like deleting namespace deletes all underline resources.

What do you think?

Thanks.

FabianKramm commented 3 years ago

@unbreakabl3 thanks for creating this issue! Yes, you are correct, spaces of an account are not deleted if an account is deleted. This might a feature we could add though.

unbreakabl3 commented 3 years ago

Cool. Glad to hear. Hope, it will be implemented and will make the Kiosk to be more stable.