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/mdt-che-odo-support.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ parent: mdt-che-installinfo
12
12
13
13
# OpenShift Do (odo) support in Codewind
14
14
15
-
The extension to Codewind provides support for [OpenShift Do (odo)](https://github.com/openshift/odo). You can use the extension to efficiently write, build, and deploy components on an OpenShift or OKD cluster.
15
+
The Codewind Odo extension provides support for [OpenShift Do (odo)](https://github.com/openshift/odo). You can use the extension to efficiently write, build, and deploy components on an OpenShift or OKD cluster.
16
16
17
17
1.[Extension overview](#overview)
18
18
2.[Setting up extension](#setting-up-extension)
@@ -22,25 +22,25 @@ The extension to Codewind provides support for [OpenShift Do (odo)](https://gith
22
22
23
23
- Supports Java, Node.js, Python, and Perl components.
24
24
- Provides OpenShift templates to help you create components with different supported languages.
25
-
- Imports your existing components and continues to develop the components.
25
+
- Imports and enables continued development of your existing components.
26
26
27
-
## Setting up extension
27
+
## Setting up the extension
28
28
29
29
### Prerequisites
30
30
31
31
-[Install](mdt-che-installinfo.html) Codewind on Che on an OpenShift cluster.
32
32
33
33
### Adding roles to support the extension
34
34
35
-
The extension needs additional roles for accessing OpenShift resources. Use the following commands to clone the [codewind-odo-extension](https://github.com/eclipse/codewind-odo-extension) repository, create the ClusterRole with the required permissions, and bind that ClusterRole to the corresponding Codewind service account.
35
+
The extension needs additional roles for accessing OpenShift resources. Use the following commands to clone the [codewind-odo-extension](https://github.com/eclipse/codewind-odo-extension) repository, create the `ClusterRole` with the required permissions, and bind that `ClusterRole` to the corresponding Codewind service account.
36
36
37
-
### Importing Java image stream to your OpenShift or OKD cluster
37
+
### Importing the Java image stream to your OpenShift or OKD cluster
38
38
39
-
In order to create or import Java compoent, you need to import Java image stream to your OpenShift or OKD cluster so that odo can build component image.
39
+
To create or import a Java component, you must import the Java image stream to your OpenShift or OKD cluster so that Odo can build the component image.
40
40
41
41
### Adding the roles and importing the Java image stream
42
42
43
-
1. Log in to your OpenShift or Origin Community Distribution (OKD) cluster and ensure the Codewind workspace is created.
43
+
1. Log in to your OpenShift or Origin Community Distribution (OKD) cluster and ensure that the Codewind workspace is created.
44
44
2. Enter the following commands to go to the correct location, add the roles and import the Java image stream, and perform cleanup:
0 commit comments