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.

Cannot access kubeflow dashboard on browser

See original GitHub issue

hi all,

I install the microk8s by snap with channel 1.18 and classic. Here are my steps:

sudo snap install microk8s --classic --channel=1.18
microk8s enable dns dashboard storage gpu
microk8s enable registry istio 
microk8s enable kubeflow

I got this results:

image

I copied the link on the browser but it shows nothing ( got a blank page). Used curl to check it and I got this:

image

Is there anyone who fixed this situation before?

Thank you so much!

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:16 (6 by maintainers)

github_iconTop GitHub Comments

3reactions
sdiazbencommented, Sep 29, 2021

Final update:

I am really glad that this one is useful!! I can successfully enable the kubeflow with the latest version.

Actually the first time was fail to enable. Hence, I did one thing then changing the behaviour.

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

I don’t know whether it can pass the Bootstrapping stage because of installing juju first or not, but the results seem good! image

Check the dashboard! link: http://10.64.140.44.nip.io/

2021-05-1130 2021-05-1129_2 2021-05-1129_1

@DomFleischmann Thanks for your help!!

When trying to use “sudo snap install microk8s --channel=latest/edge --classic” at this moment in time, it gets the latest version (1.22) and this currently doesn’t support kubeflow as shown here: https://github.com/ubuntu/microk8s/issues/2496

I tried using sudo snap install microk8s --classic --channel=1.21/stable and getting an 403 error.

If you have some updated solution, I will appreciate it!

2reactions
DomFleischmanncommented, May 11, 2021

Glad I could help @chiehpower !

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot access the kubeflow dashboard · Issue #5429 - GitHub
When I enter the link http://10.152.183.51:8082/, I can access to kubeflow dashboard. ... However, I cannot access other section, like pipelines, ...
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 >
Central Dashboard | Kubeflow
Your Kubeflow deployment includes a central dashboard that provides quick access to the Kubeflow components deployed in your cluster.
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.
Read more >
Kubeflow Dashboard - Amazon EKS Workshop
In your Cloud9 environment, click Tools / Preview / Preview Running Application to access dashboard. You can click on Pop out window button...
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