higress
higress copied to clipboard
通过helm离线部署higress,通过console创建路由报错
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
helm安装higress后,登录console进行路由配置,创建路由失败
Ⅱ. Describe what happened
创建路由报错
Ⅲ. Describe what you expected to happen
能够正常创建路由
Ⅳ. How to reproduce it (as minimally and precisely as possible)
Ⅴ. Anything else we need to know?
内网部署,console的service类型调整为nodePort类型
Ⅵ. Environment:
- Higress version: 1.3.2
- OS : SUSE
- Others:
cc @CH3CHO
实测可以正常创建。请提供你要创建的路由信息截图。
我是内部环境,网络情况可能跟开源的k8s略有区别。k8s集群默认没有flannel网络插件,仅在部署了higress的几台机器上配置了flannel网络插件。配置路由报错500,查看console的日志是上面的报错,但是看不出来具体错误原因。
我是内部环境,网络情况可能跟开源的k8s略有区别。k8s集群默认没有flannel网络插件,仅在部署了higress的几台机器上配置了flannel网络插件。配置路由报错500,查看console的日志是上面的报错,但是看不出来具体错误原因。
这个是写配置到K8s的时候失败了,理论上应该和你的配置关系不大。请把创建路由页面截图,我使用与你相同的配置重现一下看看。
感觉跟我的路由怎么创建的没有关系,就是一个特别简单的路由创建:
你们的K8s是什么版本?
哦 是不是因为k8s的ingress版本是extensions/v1beta1,这个版本不支持resource backend,现在console默认用的resource backend
我们k8s是1.17.5,
哦 是不是因为k8s的ingress版本是extensions/v1beta1,这个版本不支持resource backend,现在console默认用的resource backend
看了一下,1.17.5的ingress只能用service backend啊,这个问题,除了升级k8s版本,有没有别的办法支持使用console呀?
@lcfang 有兴趣的话可以一起参与共建,让console支持service backend,看下这个issue:https://github.com/higress-group/higress-console/issues/55