Skip to content
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
@shashankram

Description

Please describe the Improvement and/or Feature Request

There are 2 commands pertaining to uninstall:

  1. osm uninstall mesh that uninstalls the control plane
  2. osm 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:

  1. osm uninstall --all to delete the mesh and cluster wide resources (equivalent to osm uninstall mesh && osm uninstall cluster-wide-resources
  2. osm uninstall simply removes the mesh (equivalent to osm uninstall mesh)

Scope (please mark with X where applicable)

  • CLI Tool [X]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Type

No type

Projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions