rancher / old-vm

(OBSOLETE) Package and Run Virtual Machines as Docker Containers
Apache License 2.0
646 stars 133 forks source link

No dashboard, just a blank page and a yellow loading bar #141

Open dmuiX opened 5 years ago

dmuiX commented 5 years ago

If I try to access the frontend of ranchervm via api-server on my installation of Kubernetes 1.14.4, it is not showing the dashboard, just a blank page with a yellow loading bar in the upper part. Could it be that there are too many changes from 1.8 to 1.14 and therefore not compatible? Or which version have you tested it the last time? Thanks :)

ruanshudong commented 5 years ago

i use k8s 1.15, the frontend of ranchervm works fine.

dmuiX commented 5 years ago

Thanks. I will have a try and tell my experience.

dmuiX commented 5 years ago

Sadly using the curent version of K8s 1.15 is showing the same blank page no dashboard. So I don't have a clue why the frontend is not working. Could somebody help me? ErrorRancherVM As you can see I am using the API-Server to access the services running on my cluster. This should not be a problem as my dashboard is working just fine.

ruanshudong commented 5 years ago

$ kubectl -n ranchervm-system get svc/frontend NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE frontend LoadBalancer 10.43.55.38 100.200.200.123 80:31520/TCP 42m

you can access web ui through node ip and node port (31520)