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 07:52:17 UTC

[GitHub] [apisix] gewei2000 opened a new issue #2535: request help: how to find routes/upstreams in etcd?

gewei2000 opened a new issue #2535:
URL: https://github.com/apache/apisix/issues/2535


   ### Issue description
   Hi, we are create a route and a upstream using apisix api, but can't find it in etcd db.
   
   
   
   ### Environment
   
   * apisix version (cmd: `apisix version`): 1.5
   * OS:centos7
   


----------------------------------------------------------------
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



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

Posted by GitBox <gi...@apache.org>.
gewei2000 commented on issue #2535:
URL: https://github.com/apache/apisix/issues/2535#issuecomment-717192728


   @membphis @moonming 


----------------------------------------------------------------
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



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

Posted by GitBox <gi...@apache.org>.
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



[GitHub] [apisix] gewei2000 closed issue #2535: request help: how to find routes/upstreams in etcd?

Posted by GitBox <gi...@apache.org>.
gewei2000 closed issue #2535:
URL: https://github.com/apache/apisix/issues/2535


   


----------------------------------------------------------------
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



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

Posted by GitBox <gi...@apache.org>.
gewei2000 commented on issue #2535:
URL: https://github.com/apache/apisix/issues/2535#issuecomment-717206993


   > @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
   > ```
   
   thks


----------------------------------------------------------------
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