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

Commit 5646781

Browse files
committed
Address ID review comments
Signed-off-by: John Collier <John.J.Collier@ibm.com>
1 parent 8671fbc commit 5646781

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/_documentations/installoncloud.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,25 +32,25 @@ To setup a Codewind-ready install of Che, follow these instructions. Alternative
3232
1. Clone the [Codewind Che plug-in repository](https://github.com/eclipse/codewind-che-plugin)
3333
2. Enter the `cd` command to go to the `codewind-che-plugin` repository.
3434
3. Run the `kubectl apply -f setup/install_che/codewind-clusterrole.yaml` command to create a cluster role with the required permission.
35-
4. Next, run `kubectl apply -f setup/install_che/codewind-rolebinding.yaml` command.
35+
4. Next, run the `kubectl apply -f setup/install_che/codewind-rolebinding.yaml` command.
3636

3737
## Installing Che with the operator
3838

39-
For instructions on installing Che with the Che operator, please consult https://operatorhub.io/operator/eclipse-che
39+
For instructions on installing Che with the Che operator, please see the [Eclipse Che operator on Operator Hub](https://operatorhub.io/operator/eclipse-che).
4040

41-
**Note:** You must do the following prior to creating your `CheCluster` custom resource
41+
**Note:** Complete the following steps before you create your `CheCluster` custom resource.
4242

4343
1. Create the `eclipse-codewind` cluster role: `kubectl apply -f https://raw.githubusercontent.com/eclipse/codewind-che-plugin/master/setup/install_che/codewind-clusterrole.yaml`
4444

45-
2. Ensure the following fields in your `CheCluster` yaml file are set:
46-
- `spec.server.cheWorkspaceClusterRole` to `eclipse-codewind` (the Codewind ClusterRole applied in the previous step)
47-
- `spec.storage.preCreateSubPaths` to `true`
45+
2. Ensure the following fields in your `CheCluster` `.yaml` file are set:
46+
- The spec.server.cheWorkspaceClusterRole field is set to eclipse-codewind, which was created when you previously applied the Codewind ClusterRole.
47+
- The `spec.storage.preCreateSubPaths` field is set to `true`.
4848

4949
## Setting up OKD and OpenShift
5050

5151
### Installing Che with deployment scripts
5252

53-
If the Che operator was not used to install Eclipse Che, follow these steps instead, otherwise skip this step:
53+
If the Che operator was not used to install Eclipse Che, follow these steps instead. Otherwise skip this step:
5454

5555
1. Git clone the [Eclipse Che repository](https://github.com/eclipse/che).
5656
2. Enter the `cd` command to go to the `deploy/openshift` directory.
@@ -77,7 +77,7 @@ If you're running on IBM Cloud Private, you must add the images that Che uses to
7777

7878
### Step 1: Setting up the Che Helm chart
7979

80-
If the Che operator was not used to install Eclipse Che, follow these steps instead, otherwise skip this step:
80+
If the Che operator was not used to install Eclipse Che, follow these steps instead. Otherwise skip this step:
8181

8282
1. Clone the [Che repository](https://github.com/eclipse/che).
8383
2. Enter the `cd` command to go to the `deploy/kubernetes/helm/che` directory. Then, edit the `values.yaml` file.

0 commit comments

Comments
 (0)