-
Notifications
You must be signed in to change notification settings - Fork 524
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nodeport类型的service无法通过node ip访问到pod #5
Comments
多谢补充,因为我本地确实是使用的 virtualbox 启动 minikube,所以没有触发这个限制,我会再去看看下相关文档,再考虑是否把这个提醒加到 service nodeport 文档上。 |
是的,如果直接使用docker desktop就会存在这个问题;然后使用virtualbox启动的详细文档也可以补充下,这样免得后面的人踩坑 |
+1;如果本地使用Docker( 我提供另一种方式,可以使用 |
确实是可以这样哦,谢谢~ |
也能透過 |
可以使用 |
我这样为啥不行 |
补充一下,对于ingress+type=clusterip的service也是不行滴,需要进入minikube ssh然后使用127.0.0.1才可以触发ingress的流量转发,直接使用minikube ip去调用ingress不行 补充:使用:https://github.com/chipmk/docker-mac-net-connect 这个就可以,装完了重启一下就好 |
The text was updated successfully, but these errors were encountered: