minikube dashboard returns 503 error on macOS

后端 未结 6 1766
南笙
南笙 2020-12-28 14:14

I have recently installed minikube and VirtualBox on a new Mac using homebrew. I am following instructions from the official minikube tutorial.

This is how I am st

6条回答
  •  借酒劲吻你
    2020-12-28 14:36

    If you just want to try the dashboard, you could run a proxy with kubectl proxy and access it in http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/

提交回复
热议问题