我正在尝试从浏览器访问一个简单的 minikube 集群,但我不断收到以下信息:\n\xe2\x9d\x97 Because you are using a Docker driver on windows, the terminal needs to be open to run it.
我已经为集群创建了一个外部服务,端口号为 30384,并且我在 docker 容器中运行 minikube。
\n我正在按照“Hello Minikube”示例来创建我的部署。
\n第 1 步:我创建了部署:
\nkubectl create deployment hello-node --image=k8s.gcr.io/echoserver:1.4
第 2 步:我创建了外部服务:\nkubectl expose deployment hello-node --type=LoadBalancer --port=8080
第三步:我运行了该服务,这就是我塞满的地方\n”minikube service hello-node
完整的返回消息:
\n\xe2\x9d\x97 Executing "docker container inspect minikube --format={{.State.Status}}" took an unusually long time: 2.3796077s\n Restarting the docker service may improve performance. …