question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Kubeflow dashboard does not show in browser

See original GitHub issue

What steps did you take and what happened: Based on the ubuntu/microk8s#1698 suggestion, I installed kubeflow using microk8s.

sudo snap install microk8s --classic --channel=latest/edge
microk8s enable dns storage gpu istio
microk8s enable kubeflow

After install, I clicked the http://localhost Screenshot from 2020-11-23 13-03-46

And I got error below Screenshot from 2020-11-23 13-11-40

What did you expect to happen: Enter the kubeflow dashboard.

Anything else you would like to add: inspection-report-20201123_124046.tar.gz When I Use the following command to set up port forwarding to the Istio gateway,

export NAMESPACE=istio-system
microk8s kubectl port-forward -n ${NAMESPACE} svc/istio-ingressgateway 8080:80

I have below error message:

upstream connect error or disconnect/reset before headers. reset reason: connection failure

When I enter the link http://10.152.183.51:8082/, I can access to kubeflow dashboard. Screenshot from 2020-11-23 15-01-32 However, I cannot access other section, like pipelines, Notebook Servers, etc. Screenshot from 2020-11-23 15-04-26 Environment:

  • Kubernetes version: (use kubectl version): v1.19.4-34+68a982ef7f1a98
  • OS (e.g. from /etc/os-release): ubuntu 20.04 LTS

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:37 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
knkskicommented, Jan 20, 2021

@kosehy, @tritran-cotai, @burningion: Sorry about the issues with this. I’ve got #1919 merged, which should fix these issues. Can you try it again after making sure to refresh the snap (sudo snap refresh microk8s --channel latest/edge)? I’ve also added some functional UI tests that will ensure we don’t get regressions on this.

1reaction
kosehycommented, Jan 1, 2021

Finally, I found a great installation tutorial about how to install kubeflow 1.12 using microk8s. It also covers both dex and without dex version. how-to-install-kubeflow1.2 https://github.com/kubeflow/kubeflow/issues/5429#issuecomment-748826410

I tested 1.18/stable, 1.19/stable, and 1.20 stable version and can access kubeflow dashboard, pipeline, and notebook servers

installed:          v1.18.13            (1854) 199MB classic with kfctl_istio_dex.v1.2.0.yaml
installed:          v1.19.5             (1856) 216MB classic with kfctl_istio_dex.v1.2.0.yaml
installed:          v1.20.0             (1864) 219MB classic with kfctl_istio_dex.v1.2.0.yaml
Read more comments on GitHub >

github_iconTop Results From Across the Web

Kubeflow dashboard does not show in browser #1764 - GitHub
Enter the IP in your browser and you should see the kubeflow dashboard. These steps work only for a VM provisioned on cloud....
Read more >
Central Dashboard | Kubeflow
Your Kubeflow deployment includes a central dashboard that provides quick access to the Kubeflow components deployed in your cluster.
Read more >
How to access the Kubeflow dashboard | Documentation
How to access the Kubeflow dashboard · 1. Get authentication credentials. To display your access credentials, run the following commands: · 2. Find...
Read more >
Connect to your Kubeflow Dashboard - Open Source at AWS
Open the browser. You can then open the browser and go to http://localhost:8080/. Log into the Kubeflow UI.
Read more >
microk8s Broken K8s Dashboard and Kubeflow Dashboard
I am running MicroK8s 1.18.2 + Kubeflow on Ubuntu 18.04.3 LTS natively (not in a VM environment) and had the same issue. Luckily...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found