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

Unable to access Dashboard following install to bare metal #609

Closed
BenPashley opened this issue Jun 1, 2023 · 5 comments
Closed

Unable to access Dashboard following install to bare metal #609

BenPashley opened this issue Jun 1, 2023 · 5 comments

Comments

@BenPashley
Copy link

Hi,

I've spent 2 weeks trying to install Charmed Kubeflow locally on bare metal on 2 different machines and I'm having the same issue. I follow the following instructions installing the recommended versions.

When I try to access the Kubeflow dashboard via the exposed metallb IP address at http://10.64.140.43.nip.io I get a blank page? I can access the dashboard using the internal IP address and port but like others have reported, this does not allow me to access any of the deep links for Notebook, Pipeline etc.

Any help would be much appreciated as I've been pulling my hair out trying to get this to work?

Ben

@kimwnasptd
Copy link
Contributor

Hi @BenPashley, have you followed a specific guide for this?

I'd like to have some steps that we could follow in order to reproduce the issue.

Could you also provide us the the outputs from:

kubectl get pods -A
kubectl get svc -A

As well as

juju status --relations

@hypercube999
Copy link

hypercube999 commented Jun 17, 2023

I have a similar problem.

My config:
Virtual machine on Proxmox 7.4 12 GB RAM, 4 core
Ubuntu 22.04.2LTS (Cloud img)

microk8s 1.24/stable (installed via snap)
juju 2.9/stable (installed via snap)
kubeflow 1.7/stable (installed via juju)

I get a blank page when accessing via http://10.64.140.43.nip.io

Output of commands in file
kubectl get pods -A
kubectl get svc -A
juju status --relations

rel.txt

@hypercube999
Copy link

hypercube999 commented Jun 20, 2023

I resolve the problem.
Kubeflow not work on ubuntu 22.04 but work on ubuntu 20.04.
I use ubuntu 20.04 cloud img on proxmox 7.4 and kubeflow 1.6.

@BenPashley
Copy link
Author

I finally solved the issue!! It was due to my UK internet provider’s router (Virgin Media Hub) interfering with the 10...* IP address. There was no obvious reason as firewalls etc the disabled. Having replaced the router I has no issues. I hope this helps others setting up their own local installations in the UK as I spent weeks troubleshooting this.

@kimwnasptd
Copy link
Contributor

Glad to hear @BenPashley. These kinds of bugs are the toughest to actually debug.

Closing this issue

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