Description of the feature you would like to add / User story
As a kubeone user
I would like to clean up my environment and delete all kubeone created resources, inkluding the LBs and Volumes what may are created within the Kubernetes Cluster
in order to have a clean environment after kubeone reset
Solution details
Currently (at least at AWS) the loadbalancer get not deleted before the control planes get destroyed. So they will stay for manual cleanup. Therfore it would be good to have a similar flag as --destroy-workers e..g --destory-cloud-resources what cleans up:
Description of the feature you would like to add / User story
As a kubeone user I would like to clean up my environment and delete all kubeone created resources, inkluding the LBs and Volumes what may are created within the Kubernetes Cluster in order to have a clean environment after
kubeone reset
Solution details
Currently (at least at AWS) the loadbalancer get not deleted before the control planes get destroyed. So they will stay for manual cleanup. Therfore it would be good to have a similar flag as
--destroy-workers
e..g--destory-cloud-resources
what cleans up:Alternative approaches
Use cases
Clean environment after
kubeone reset
.Additional information