This section describes how to uninstall an instance of Eclipse Che that was installed using the chectl tool.
|
Prerequisites
-
Che was installed on an OpenShift cluster using
chectl. -
OpenShift command-line tools (
oc) andchectlare installed on the local workstation. -
The user is logged in a Che cluster using
oc.
Procedure
-
Stop the Eclipse Che Server:
$ chectl server:stop
-
Obtain the name of the Che namespace:
$ oc get checluster --all-namespaces -o=jsonpath="{.items[*].metadata.namespace}" -
Remove Che from the cluster:
$ chectl server:delete -n <namespace>
This removes all Che installations from the cluster.