美文网首页
minikube 运行 dashboard executable

minikube 运行 dashboard executable

作者: 0neBean | 来源:发表于2019-09-26 15:18 被阅读0次
* Verifying dashboard health ...
* Launching proxy ...`
* Verifying proxy health ...
* Opening http://127.0.0.1:44429/api/v1/namespaces/kube-system/services/http:kubernetes-dashboard:/proxy/ in your default browser...
X failed to open browser: exec: "xdg-open": executable file not found in $PATH

minikube 在 运行 dashboard 时 报错 exec: "xdg-open",
需要安抓如下依赖:

yum install xdg-utils
``

相关文章

网友评论

      本文标题:minikube 运行 dashboard executable

      本文链接:https://www.haomeiwen.com/subject/lywuyctx.html