You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 28, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: docs/_documentations/installoncloud.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ For instructions on installing Che with the Che operator, please see the [Eclips
40
40
41
41
**Note:** Complete the following steps before you create your `CheCluster` custom resource.
42
42
43
-
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`
43
+
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`.
44
44
45
45
2. Ensure the following fields in your `CheCluster``.yaml` file are set:
46
46
- The `spec.server.cheWorkspaceClusterRole` field is set to `eclipse-codewind`, which was created when you previously applied the Codewind ClusterRole.
@@ -50,7 +50,7 @@ For instructions on installing Che with the Che operator, please see the [Eclips
50
50
51
51
### Installing Che with deployment scripts
52
52
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 these steps:
54
54
55
55
1. Git clone the [Eclipse Che repository](https://github.com/eclipse/che).
56
56
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
77
77
78
78
### Step 1: Setting up the Che Helm chart
79
79
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 these steps:
81
81
82
82
1. Clone the [Che repository](https://github.com/eclipse/che).
83
83
2. Enter the `cd` command to go to the `deploy/kubernetes/helm/che` directory. Then, edit the `values.yaml` file.
0 commit comments