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

Commit 86c824b

Browse files
authored
Add troubleshoot for failing to build odo project (#273)
* Add troubleshoot for failing to odo project Signed-off-by: jingfu wang <[email protected]> * Update troubleshoot Signed-off-by: jingfu wang <[email protected]> * Update placeholder Signed-off-by: jingfu wang <[email protected]> * Update placeholder again Signed-off-by: jingfu wang <[email protected]>
1 parent 4a09712 commit 86c824b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/_documentations/troubleshooting.md

+17
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,23 @@ Codewind displays an error. In VS Code, the error appears in the Codewind log:
461461
***
462462
# OpenShift Do (odo) with Codewind
463463
464+
For more information about the OpenShift Do (odo) extension in Codewind, see the [README](https://github.com/eclipse/codewind-odo-extension) file in the `codewind-odo-extension` repository.
465+
466+
<!--
467+
Action/Topic: OpenShift Do (odo) with Codewind
468+
Issue type: bug/info
469+
Issue link: https://github.com/eclipse/codewind/issues/1514
470+
-->
471+
## Building an odo project fails because of an existing image stream
472+
If you try to create an image stream that already exists in your cluster and then build an odo project, you might receive error messages in the build log:
473+
```
474+
Failed to create component with name <component name>. Please use odo config view to view settings used to create component. Error: imagestreams.image.openshift.io "<image stream name>" already exists unable to create ImageStream for <image stream name>
475+
```
476+
477+
**Workaround:**
478+
1. Run `kubectl get is` to get the existing image stream.
479+
2. Run `kubectl delete is <existing image stream name>` to manually delete the existing image stream.
480+
464481
***
465482
# OKD and OpenShift
466483
<!--

0 commit comments

Comments
 (0)