Uninstall Che
Use chectl to uninstall the Che instance and remove all Che-related user data from the cluster.
|
Uninstalling Che removes all Che-related user data. |
Prerequisites
-
You have the
chectlmanagement tool installed. See Installing 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.
Additional resources