Install Che on OpenShift using CLI

Install the Che Operator and create a CheCluster instance from the command line by using the chectl management tool. The CLI method provides full control over configuration options during deployment.

Prerequisites
Procedure
  1. Optional: If you previously deployed Che on this Kubernetes cluster, ensure that the previous Che instance is removed:

    $ chectl server:delete
  2. Create the Che instance:

    $ chectl server:deploy --platform openshift
Verification
  1. Verify the Che instance status:

    $ chectl server:status
  2. Navigate to the Che cluster instance:

    $ chectl dashboard:open