Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Merge pull request #704 from johnmcollier/fixcheversion
Browse files Browse the repository at this point in the history
Use Che 7.16.1 in docs
  • Loading branch information
johnmcollier authored Aug 12, 2020
2 parents 9e554d5 + b5d114b commit e5dd818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_documentations/che-installinfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ The fastest way to install Eclipse Che for Codewind is to use the `chectl` CLI.
Eclipse Che on OpenShift makes use of the Openshift router's existing certificates.
Run the following `chectl` command to install the latest compatible version of Che on OpenShift:
```
$ chectl server:start --platform=openshift --installer=operator --che-operator-cr-yaml=codewind-checluster.yaml --che-operator-image=quay.io/eclipse/che-operator:7.12.2
$ chectl server:start --platform=openshift --installer=operator --che-operator-cr-yaml=codewind-checluster.yaml --che-operator-image=quay.io/eclipse/che-operator:7.16.1
```

**Installing on Kubernetes:**
Expand All @@ -93,7 +93,7 @@ Set up Eclipse Che with TLS certificates.
5. In the `codewind-checluster.yaml` file, set `tlsSecretName: 'che-tls'`
6. Run the following command to install Che:
```
$ chectl server:start --platform=k8s --installer=operator --domain=<ingress-domain> --che-operator-cr-yaml=codewind-checluster.yaml --che-operator-image=quay.io/eclipse/che-operator:7.12.2
$ chectl server:start --platform=k8s --installer=operator --domain=<ingress-domain> --che-operator-cr-yaml=codewind-checluster.yaml --che-operator-image=quay.io/eclipse/che-operator:7.16.1
```

#### Installing Codewind onto an existing Eclipse Che cluster
Expand Down

0 comments on commit e5dd818

Please sign in to comment.