souzens commented on issue #2695: URL: https://github.com/apache/apisix/issues/2695#issuecomment-725833390
> @souzens > > Thanks for feedback. > > but it works fine on my env using `etcd-3.4.13`. could you please provide more details ? thanks. > > @idbeta please help check. thanks you deployed etcd in single mode or cluster mode? i tested that apisix2.0 works ok in etcd single mode.. but in cluster mode will report errors etcd.conf ``` name: [email protected] data-dir: /home/admin/etcd/data listen-peer-urls: http://10.111.9.155:2380 listen-client-urls: http://10.111.9.155:2379 advertise-client-urls: http://10.111.9.155:2379 listen-peer-urls: http://10.111.9.155:2380 initial-advertise-peer-urls: http://10.111.9.155:2380 initial-cluster-token: etcd-cluster-token initial-cluster-state: new initial-cluster: [email protected]=http://10.111.9.154:2380,[email protected]=http://10.111.21.245:2380,[email protected]=http://10.111.9.155:2380 ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
