This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
Use a single command to for uninstall of mesh and cluster wide resources #4429
Closed
Description
Please describe the Improvement and/or Feature Request
There are 2 commands pertaining to uninstall:
osm uninstall mesh
that uninstalls the control planeosm uninstall cluster-wide-resources
that uninstalls the cluster wide resources such as CRDs created after install
Having uninstall split across 2 commands seems unnecessary to me. This issue proposes to update the osm uninstall
command to do the following:
osm uninstall --all
to delete the mesh and cluster wide resources (equivalent toosm uninstall mesh && osm uninstall cluster-wide-resources
osm uninstall
simply removes the mesh (equivalent toosm uninstall mesh
)
Scope (please mark with X where applicable)
- CLI Tool [X]
Metadata
Assignees
Labels
Type
Projects
Status
Done
Activity