beeant0512 commented on issue #10842: URL: https://github.com/apache/apisix/issues/10842#issuecomment-1897800035
> 按说明是在内部模拟 etcd的, `模拟 etcd server API:根据 CRD 构建 KV 内存数据库,并模拟 etcd server API 提供给 APISIX 进行使用。APISIX 将会尝试 watch Controller 提供的资源配置,并通知到 APISIX 实例。` > > 你部署 失败的现象是什么样的? 用的[https://github.com/apache/apisix-helm-chart.git](https://github.com/apache/apisix-helm-chart.git) 提供的charts,把配置etcd改成了false,然后apisix启动报无法连接 localhost:2379 ``` # -- Ingress controller configuration ingress-controller: enabled: true ...... etcd: # -- install etcd(v3) by default, set false if do not want to install etcd(v3) together enabled: false ``` -- 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]
