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 This content is not included.Getting started with the OpenShift CLI. - You have the
dscmanagement tool installed. See This content is not included.Set up the dsc command-line tool.
About this task
Warning:
Uninstalling OpenShift Dev Spaces removes all OpenShift Dev Spaces-related user data.
Procedure
Remove the OpenShift Dev Spaces instance:
$ dsc server:delete
Tip:
The --delete-namespace option removes the OpenShift Dev Spaces namespace.
The --delete-all option removes the Dev Workspace Operator and the related resources.
Important:
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.