-
Notifications
You must be signed in to change notification settings - Fork 43
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
kubernetes中运行出错 #1
Comments
configservice、adminservice、portal 是容器内互联还是根据映射出的端口注册的? |
容器内互联
… 在 2017年5月27日,16:43,Louis Yang ***@***.***> 写道:
configservice、adminservice、portal 是容器内互联还是根据映射出的端口注册的?
如果是后者可能是容器内端口和映射端口不一致导致的。
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#1 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AMBW0GkiBv4KSKvyqwI-mi2dByPstaq8ks5r9-IqgaJpZM4NoRDR>.
|
看下 eureka 注册的 apollo-configservice:8080 可不可以正常访问? |
我也出现了类似的问题。先将configservice根据Dockerfile生成镜像,我注释了application.yml中的
我想让客户端(adminservice /portal )以link的方式连接到configservice
adminservice在docker run的时候,添加了参数--link apollo-configservice:meta 请kulovecc帮忙看下,谢谢 |
DiscoveryClient_APOLLO-CONFIGSERVICE/apollo-configservice-794372642-tft28:apollo-configservice:8080 - registration failed Cannot execute request on any known server |
我这边在本地运行都OK的, 但是容易push到服务器上再运行就报错 |
我生成docker镜像后放在kubernetes 集群中, 用kubernetes的DNS服务发现, 三个容器之间可以通信, 但是启动的时候会连接不成功, 能不能帮忙看看?
The text was updated successfully, but these errors were encountered: