Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jx dash command fails on new install #132

Open
GPWebb opened this issue Jun 7, 2021 · 9 comments
Open

jx dash command fails on new install #132

GPWebb opened this issue Jun 7, 2021 · 9 comments

Comments

@GPWebb
Copy link

GPWebb commented Jun 7, 2021

Version: 3.2.127, running on Windows

https://jenkins-x.io/v3/develop/ui/dashboard/#accessing-the-pipelines-visualizer states that running jx dash will open the dashboard using basic auth.

It's actually returning the error message

error: no dashboard URL. Check you have 'chart: jx3/jx-pipelines-visualizer' in your helmfile.yaml

Additionally there's quite a few helmfile.yaml files so it's not clear where it's supposed to be added.

@srevinsaju
Copy link

srevinsaju commented Jul 27, 2021

Can reproduce.

@oschvr
Copy link

oschvr commented Aug 6, 2021

Same issue here.

@chrislovecnm
Copy link

Any update on this?

@Juntaran
Copy link

same,

error: no dashboard URL. Check you have 'chart: jxgh/jx-pipelines-visualizer' in your helmfile.yaml

@chrislovecnm
Copy link

@Juntaran which helmfile?

@GenaANTG
Copy link

Same problem.

@ruschecker
Copy link

same

@JamieWithofsPXL
Copy link

I have the same problem, is there a fix?

@hopkinsjason
Copy link

hopkinsjason commented Apr 28, 2023

I have the same issue. Looks like the service is up and running:

% kubectl -n jx get services                                        
NAME                           TYPE        CLUSTER-IP       EXTERNAL-IP   PORT(S)    AGE
...
jx-pipelines-visualizer        ClusterIP   172.20.129.241   <none>        80/TCP     53m
...

And I can port-forward to the service using this:

kubectl -n jx port-forward service/jx-pipelines-visualizer 8080:80

which then works (http://localhost:8080):

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants