Remove OpenShift Dev Spaces from your cluster
Remove OpenShift Dev Spaces and all related user data from your OpenShift cluster when you no longer need the platform or want to perform a clean reinstallation.
Before you begin
- An active
ocsession with administrative permissions to the OpenShift cluster. See Getting started with the OpenShift CLI. - You have the
dscmanagement tool installed. See Set up the dsc command-line tool.
About this task
Uninstalling OpenShift Dev Spaces removes all OpenShift Dev Spaces-related user data.
Procedure
$ dsc server:delete
The --delete-namespace option removes the OpenShift Dev Spaces namespace.
The --delete-all option removes the Dev Workspace Operator and the related resources.
Standard operating procedure (SOP) for removing Dev Workspace Operator manually without dsc is available in the OpenShift Container Platform official documentation.
Results
- Verify that the OpenShift Dev Spaces namespace has been removed:
oc get namespace openshift-devspacesThe expected output is
NotFound.