You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/10/27 12:07:35 UTC

[GitHub] [apisix] tokers commented on issue #2535: request help: how to find routes/upstreams in etcd?

tokers commented on issue #2535:
URL: https://github.com/apache/apisix/issues/2535#issuecomment-717198710


   @gewei2000 APISIX/1.5 uses the etcd v2 store, while you are using the v3 protocol to get data from v3 mvcc backend, which is separated with v2 store, try:
   
   ```
   ETCDCTL_API=2 etcdctl ls /apisix
   ```


----------------------------------------------------------------
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:
users@infra.apache.org