Minikube: http://localhost:8001/ui does not redirect to dashboard

Created on 3 Aug 2018  路  1Comment  路  Source: kubernetes/minikube

Environment:

Minikube version (use minikube version): v0.28.1

  • OS : macOS Sierra v10.12.6
  • VM Driver (e.g. cat ~/.minikube/machines/minikube/config.json | grep DriverName): virtualbox
  • ISO version (e.g. cat ~/.minikube/machines/minikube/config.json | grep -i ISO or minikube ssh cat /etc/VERSION): minikube-v0.28.1.iso

What happened:

After running kubectl proxy, http://localhost:8001/ui shows the following in the browser:

image

What you expected to happen:

  • http://localhost:8001/ui should redirect to http://127.0.0.1:8001/api/v1/namespaces/kube-system/services/kubernetes-dashboard/proxy/#!/overview

image

How to reproduce it (as minimally and precisely as possible):

  • run kubectl proxy
  • navigate to http://localhost:8001/ui through the browser or curl http://localhost:8001/ui
arenetworking cdashboard cvirtualbox kinbug

Most helpful comment

The /ui shortcut on the apiserver was deprecated in Kubernetes: https://github.com/kubernetes/dashboard/issues/3042

The new way to do this in minikube is: "minikube dashboard"

>All comments

The /ui shortcut on the apiserver was deprecated in Kubernetes: https://github.com/kubernetes/dashboard/issues/3042

The new way to do this in minikube is: "minikube dashboard"

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mdkess picture mdkess  路  3Comments

Starefossen picture Starefossen  路  3Comments

vainikkaj picture vainikkaj  路  3Comments

olalonde picture olalonde  路  3Comments

StasPerekrestov picture StasPerekrestov  路  3Comments