higress icon indicating copy to clipboard operation
higress copied to clipboard

v1.4.2安装后eureka发现不了服务ip

Open lcfang opened this issue 5 months ago • 8 comments

If you are reporting any crash or any potential security issue, do not open an issue in this repo. Please report the issue via ASRC(Alibaba Security Response Center) where the issue will be triaged appropriately.

  • [x] I have searched the issues of this repository and believe that this is not a duplicate.

Ⅰ. Issue Description

使用k8s 1.28版本 helm部署higress1.4.2后(console和gateway配置成NodePort类型service),容器均能正常启动,console能正常访问,但是配置路由后访问服务报错

Ⅱ. Describe what happened

console能够正常访问,配置路由策略成功,但是通过网关访问报错: c969d5af283063a7101bf544419b31e 看到console中报了很多错误,不确定是否有影响: eb16044331581d4ce147975e56842062

controller中看感觉f服务发现是没有问题的,但是没有看到路由规则下发的日志,在gateway中没有看到什么重要信息

Ⅲ. Describe what you expected to happen

路由下发成功后通过网关访问正常

Ⅳ. How to reproduce it (as minimally and precisely as possible)

  1. 配置eureka服务发现
  2. 配置路由
  3. 配置策略:url重定向

Ⅴ. Anything else we need to know?

Ⅵ. Environment:

  • Higress version: v1.4.2
  • OS : kylin
  • Others: k8s v1.28

lcfang avatar Sep 04 '24 15:09 lcfang