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

Commit d40a285

Browse files
committed
Edits
Signed-off-by: micgibso <MICGIBSO@uk.ibm.com>
1 parent d13a240 commit d40a285

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

docs/_documentations/mdt-che-odo-support.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ parent: mdt-che-installinfo
1212

1313
# OpenShift Do (odo) support in Codewind
1414

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.
1616

1717
1. [Extension overview](#overview)
1818
2. [Setting up extension](#setting-up-extension)
@@ -22,25 +22,25 @@ The extension to Codewind provides support for [OpenShift Do (odo)](https://gith
2222

2323
- Supports Java, Node.js, Python, and Perl components.
2424
- 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.
2626

27-
## Setting up extension
27+
## Setting up the extension
2828

2929
### Prerequisites
3030

3131
- [Install](mdt-che-installinfo.html) Codewind on Che on an OpenShift cluster.
3232

3333
### Adding roles to support the extension
3434

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.
3636

37-
### Importing Java image stream to your OpenShift or OKD cluster
37+
### Importing the Java image stream to your OpenShift or OKD cluster
3838

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.
4040

4141
### Adding the roles and importing the Java image stream
4242

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.
4444
2. Enter the following commands to go to the correct location, add the roles and import the Java image stream, and perform cleanup:
4545
```
4646
git clone https://github.com/eclipse/codewind-odo-extension &&\
@@ -52,5 +52,7 @@ git clone https://github.com/eclipse/codewind-odo-extension &&\
5252

5353
## Current limitations
5454

55-
- Only supports on Codewind for Eclipse Che with OKD/OpenShift cluster.
56-
- Does not support debug mode.
55+
- Only supports Codewind for Eclipse Che on an OpenShift or OKD cluster.
56+
- Does not support project configuration.
57+
- Does not support debug mode.
58+
- Does not have HTTPS protocol support for accessing applications.

0 commit comments

Comments
 (0)