This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 276
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(cmd/cli): update uninstall cmd (#4664)
* refactor(cmd/cli): update uninstall cmd Updates `uninstall mesh` command so that user is prompted on whether they want to uninstall an existing mesh. Also, adds a warning for `delete-cluster-wide-resources` if there are remaining meshes in the cluster, before deleting cluster resources. Resolves #4613 Signed-off-by: Shalier Xia <[email protected]> * changes default mesh-name flag to empty string and prints error if unable to uninstall mesh even if delete-cluster-wide-resources or delete-namespace flags are passed Signed-off-by: Shalier Xia <[email protected]> * change checks to use testify Signed-off-by: Shalier Xia <[email protected]>
- Loading branch information
Showing
2 changed files
with
218 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.