Extension to Codewind providing support for OpenShift Do (odo) projects: https://codewind.dev
- Log in to your OpenShift or Origin Community Distribution (OKD) cluster.
- Enter the following commands to go to the correct location, add the roles and import Java image stream, and perform cleanup:
git clone https://github.com/eclipse/codewind-odo-extension &&\
cd ./codewind-odo-extension/setup &&\
./setup.sh
cd - &&\
rm -rf codewind-odo-extension
- Only supports on Codewind for Eclipse Che with OKD/OpenShift cluster.
- Does not support project configuration.
- Does not support debug mode.
- Does not have HTTPS protocol support for accessing applications.
We welcome submitting issues and contributions: