【发布时间】:2023-04-08 20:39:01
【问题描述】:
我是 Kubernetes 的新手。我已经在 virtualbox VM (ubuntu 19.10) 中安装了 minikube v1.5.2。我想创建一个可以从主机和来宾访问的 Web 服务器。但是,我无法访问它或公开 IP。你可以帮帮我吗?
我已经启用了入口插件。
当我尝试列出入口对象时,没有外部 IP,我从入口控制器部署收到此错误消息:
2019/11/10 15:41:04 controller-haproxy.go:147 service does not exists
2019/11/10 15:41:09 controller.go:333: service does not exists
2019/11/10 15:41:09 controller-haproxy.go:147 service does not exists
2019/11/10 15:41:14 controller.go:333: service does not exists
2019/11/10 15:41:14 controller-haproxy.go:147 service does not exists
【问题讨论】:
标签: kubernetes load-balancing minikube haproxy-ingress