Installing Che on OpenShift using the chectl management tool
You can install Che on OpenShift.
Prerequisites
-
An active
ocsession with administrative permissions to the OpenShift cluster. See Getting started with the OpenShift CLI. -
chectl. See: Installing the chectl management tool.
Procedure
-
Optional: If you previously deployed Che on this OpenShift cluster, ensure that the previous Che instance is removed:
$ chectl server:delete
-
Create the Che instance:
$ chectl server:deploy --platform openshift
Verification steps
-
Verify the Che instance status:
$ chectl server:status
-
Navigate to the Che cluster instance:
$ chectl dashboard:open
|
On ARM64 (AArch64) OpenShift clusters, you must override the gateway sidecar images after installing the Eclipse Che Operator, because the default images are not available for ARM64. To patch the Eclipse Che Operator subscription, run the following commands:
|
Additional resources