This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
我只需要做:
minikube service Hue
这是因为我的集群 k8s 不是运行在本地,而是运行在 docker 创建的虚拟环境中。所以当我在本地搜索时我找不到minikube。命令 minikube service 创建一个将服务暴露给外部环境的隧道
I have only to do:
minikube service hue
This is because my cluster k8s don't run in local, but run in virtual environment created by docker. So when I search in local I can't find minikube. The command minikube service create a tunnel that expose the service to the external environment