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

Minishift dashboard install instructions unclear #235

Closed
jessm12 opened this issue Jun 11, 2019 · 4 comments
Closed

Minishift dashboard install instructions unclear #235

jessm12 opened this issue Jun 11, 2019 · 4 comments

Comments

@jessm12
Copy link
Member

jessm12 commented Jun 11, 2019

Came across when working #212

Expected Behavior

For it to be trivial to install the dashboard on Minishift following the instructions at https://github.com/tektoncd/dashboard#install-on-minishift

Actual Behavior

In attempting to install the dashboard on Minishift following these instructions I have hit a few problems and haven't yet managed to install and access the dashboard successfully. I think the documentation could do with a bit more detail e.g. how can I access the dashboard, there is also an error with the name of the build file being .yml as opposed to .yaml

@Gl4di4torRr as you added the work for this install I was hoping you might be able to give me some guidance please 😅I am new to using openshift/Minishift and I was unsure on some steps, for example accessing the dashboard after install and how I could debug the install effectively. Any help you could give would be much appreciated!

Steps to Reproduce the Problem

  1. Follow the install instructions at https://github.com/tektoncd/dashboard#install-on-minishift
  2. Try to access your dashboard install

Additional Info

From oc status command

http://tekton-dashboard-openshift-pipelines-operator.192.168.64.2.nip.io to pod port dashboard (svc/tekton-dashboard)
  dc/tekton-dashboard deploys istag/tekton-dashboard:latest <-
    bc/tekton-dashboard docker builds https://github.com/tektoncd/dashboard.git#master 
      not built yet
    deployment #1 waiting on image or update

Is there an additional step to trigger this image/update?

At the route endpoint

Screenshot 2019-06-11 at 11 21 31

@Gl4di4torRr
Copy link
Contributor

@jessm12 I walked back through the steps... I found two items that were an issue.

  1. build.yml should be build.yaml
  2. There is no trigger on the build config so I had to manually click the build button to start a build.

I will open a PR for these two issues. Hope this helps! :)

@jessm12
Copy link
Member Author

jessm12 commented Jun 11, 2019

Thanks @Gl4di4torRr that's great! I just noticed the trigger issue when I was investigating what was going on and trying to understand all the different resources that are created 😅

@Gl4di4torRr
Copy link
Contributor

@jessm12 yep! i'll clean up my git history later today so we can get the PR merged and this issue resolved.

@a-roberts
Copy link
Member

@CarolynMabbott suggests we can close this now as we've merged #338 and I agree, let us know if it's still unclear and we'll reopen - thanks all 🎈

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

3 participants