Installing Che on OpenShift using the web console
This section describes how to install Che using the OpenShift web console. Consider Installing Che on OpenShift using the chectl
management tool instead.
-
An OpenShift web console session by a cluster administrator. See Accessing the web console.
-
Optional: If you previously deployed Che on this OpenShift cluster, ensure that the previous Che instance is removed:
$ chectl server:delete
-
Install the Eclipse Che Operator. See Installing from OperatorHub using the web console.
-
Create the
eclipse-che
project in OpenShift as follows:oc create namespace eclipse-che
-
In the Administrator view of the OpenShift web console, go to
. -
In the YAML view, replace
namespace: openshift-operators
withnamespace: eclipse-che
. -
Select Create. See Creating applications from installed Operators.
-
To verify that the Che instance has installed correctly, navigate to the Eclipse Che Cluster tab of the Operator details page. The Eclipse Che instance Specification page displays the list of Eclipse Che instances and their status.
-
Click eclipse-che
CheCluster
and navigate to the Details tab. -
See the content of the following fields:
-
The Message field contains error messages. The expected content is
None
. -
The Eclipse Che URL field contains the URL of the Eclipse Che instance. The URL appears when the deployment finishes successfully.
-
-
Navigate to the Resources tab. View the list of resources assigned to the Che deployment and their status.