szhengli commented on issue #10507: URL: https://github.com/apache/dubbo/issues/10507#issuecomment-1229392862
> k8s apiserver 的是因为 dubbo shade 没有导出相关代码,需要独立依赖,[apache/dubbo-samples#504](https://github.com/apache/dubbo-samples/pull/504) 已经修复了,可以重新拉下代码试下 解决了。 dubbo.registry.address=kubernetes://kubernetes.default.svc.cluster.local:443?registry-type=service&duplicate=false&namespace=dubbo-demo&trustCerts=true 之前没有加443端口导致的。加443端口就好了。 它默认使用了9090端口去连api server。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
