ishells
ishells
### Ⅰ. Issue Description Helm模板values参数设计不合理, - 1、修改 higress/charts/higress-core/values.yaml 的 .Values.controller.name / .Values.gateway.name 参数之后部署,无法启动 gateway `日志报错` ```bash connection error: desc = "transport: Error while dialing dial tcp: lookup higress-controller.ywjkz-prod.svc on 192.168.0.10:53:...
### Ⅰ. Issue Description Helm部署的higress 1.4.2版本,为了解决长链场景下批量添加/修改ingress引起的内存不释放问题,希望升级到higress 2.0版本,按照步骤升级到v2.0.0-rc.1后higress controller疯狂报错。 - 操作步骤 - 1、更新CRD资源 ```bash kubectl apply -f https://raw.githubusercontent.com/alibaba/higress/v2.0.0-rc.1/helm/core/crds/customresourcedefinitions.gen.yaml ``` - 2、因为看到helm repo没有更新版本,就手动更改了higress controller 、 higress gateway的image tag为v2.0.0-rc.1,higress controller启动成功后便一直报错 ```bash 2024-09-11T08:27:59.009727Z info...