Open dmuiX opened 5 years ago
i use k8s 1.15, the frontend of ranchervm works fine.
Thanks. I will have a try and tell my experience.
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? 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.
$ 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)
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 :)