Added flags to delete all dependent resources and configurations with…
As referenced in issue #406, this update includes the following enhancements:
Flags for Deletion Operations: --delete-volumes: Deletes associated volumes when deleting a Kubernetes cluster. --keep-firewalls: Retains dependent firewalls during deletion. --keep-kubeconfig: Preserves Kubernetes configurations.
Additional Output and Messaging: Implemented the second part of the acceptance criteria: Alongside cluster deletion details, outputs information about remaining volumes. Provides an informational message on stderr, suggesting the --delete-volumes flag for future use.
Error Handling: Addressed potential error scenarios to ensure robust operation. Please review and let me know if any changes are needed.
Thanks for the PR @harsh082ip , we'll let you know as we discuss internally on how to proceed as some of this can be done on API side so we don't have to poll from CLI and have the user waiting.
Got it
Closing because stale and with conflicts. Thanks to everybody involved in this attempt at improvement, and apologize for the delay on our side.