Uninstall Che
Remove Che and all related user data from an Kubernetes cluster by using the chectl management tool.
|
Uninstalling Che removes all Che-related user data. |
Prerequisites
-
You have the
chectlmanagement tool installed. See Install the chectl management tool.
Procedure
-
Remove the Che instance:
$ chectl server:deleteThe
--delete-namespaceoption removes the Che namespace.The
--delete-alloption removes the DevWorkspace Operator and the related resources.Standard operating procedure (SOP) for removing DevWorkspace Operator manually without
chectlis available in the OpenShift Container Platform official documentation.
Verification
-
Verify that the Che namespace has been removed:
kubectl get namespace eclipse-cheThe expected output is
NotFound.
Additional resources