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/troubleshooting.md
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ The following sections contain workarounds for issues that you might encounter w
23
23
*[Editing your project](#editing-your-project)
24
24
*[Disabling development on specific projects](#disabling-development-on-specific-projects)
25
25
*[Appsody with Codewind](#appsody-with-codewind)
26
+
*[Codewind and Tekton pipelines](#codewind-and-tekton-pipelines)
26
27
*[OpenAPI tools](#openapi-tools)
27
28
28
29
<!-- 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:
347
348
348
349
**Workaround** Run the `Attach Debugger` action manually.
## 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.
0 commit comments