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

Commit 3e337c6

Browse files
committed
added new section
Signed-off-by: Jacob Berger <jacob.berger@ibm.com>
1 parent 446f2cc commit 3e337c6

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

docs/_documentations/troubleshooting.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ The following sections contain workarounds for issues that you might encounter w
2323
* [Editing your project](#editing-your-project)
2424
* [Disabling development on specific projects](#disabling-development-on-specific-projects)
2525
* [Appsody with Codewind](#appsody-with-codewind)
26+
* [Codewind and Tekton pipelines](#codewind-and-tekton-pipelines)
2627
* [OpenAPI tools](#openapi-tools)
2728

2829
<!-- Provide an upfront link to where users can go if they can't figure out how to troubleshoot the problems. Avoid telling them to call IBM support, but you can link to the support website. -->
@@ -347,6 +348,37 @@ These steps reproduce the issue:
347348

348349
**Workaround** Run the `Attach Debugger` action manually.
349350

351+
***
352+
# Codewind and Tekton Pipelines
353+
354+
<!--
355+
Codewind version: 0.3
356+
Che version: 7.0
357+
IDE extension version: Theia plugin 0.3
358+
IDE version: Theia 7.0-rc4
359+
Action/Topic: Codewind and Tekton pipelines
360+
Issue type: bug/info
361+
Issue link: https://github.com/eclipse/codewind/issues/309
362+
-->
363+
## Codewind cannot access the Tekton dashboard URL
364+
365+
If you install Codewind before you install Tekton, Codewind cannot access the Tekton dashboard URL. In the logs, you see the following error message:
366+
367+
```
368+
Tekton dashboard does not appear to be installed on this cluster. Please install Tekton dashboard on your cluster, and restart your Codewind Che workspace.
369+
```
370+
371+
These steps reproduce the issue:
372+
1. Install Codewind on OpenShift.
373+
2. Install Tekton Pipelines.
374+
3. Click **Open Tekton dashboard URL**. Codewind does not access the Tekton dashboard URL.
375+
376+
**Workaround:**
377+
1. Go to the Eclipse Che workspace console.
378+
2. Select your workspace and stop it.
379+
3. After 2 minutes, start your workspace again.
380+
4. Now, access the Tekton dashboard URL from the Codewind palette.
381+
350382
***
351383
# OpenAPI tools
352384

0 commit comments

Comments
 (0)