当我成功地运行命令'minikube‘之后,我运行了'minikube’命令,但是我得到了错误"Exiting due to SVC_URL_TIMEOUT: http:///api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ is not accessible: checkURL: Get "http:///api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/": http: no Host in request URL"。
你能帮我解决这个问题吗?非常感谢!
发布于 2022-08-15 11:56:33
可能需要使用--port标记来设置特定的端口,我运行命令minikube dash board --port 0使用随机端口;然后我成功地打开了仪表板!
https://stackoverflow.com/questions/73360618
复制相似问题