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 2022/06/14 05:56:39 UTC

[GitHub] [apisix-dashboard] TridentZZ opened a new issue, #2473: 在dashboard中创建路由,无法在集群中查询到

TridentZZ opened a new issue, #2473:
URL: https://github.com/apache/apisix-dashboard/issues/2473

   ### Issue description
   
   在dashboard页面上创建的路由无法在集群中通过kubectl get apisixroute -A 查询到,并且没有生效,但通过yaml方式创建的资源可以在dashboard中查看到。
   
   ### Expected behavior
   
   希望能够通过dashboard创建资源并且生效。
   
   ### How to Reproduce
   
   1.登录dashboard
   2.进入路由页面并创建路由
   3.在集群中kubectl get apisixroute -A 查询资源
   
   ### Screenshots
   
   _No response_
   
   ### Environment
   
   - apisix version (cmd: `apisix version`):
   - OS (cmd: `uname -a`):
   - OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`):
   - etcd version, if have (cmd: run `etcd --version`):
   - apisix-dashboard version, if have:
   - Browser version, if have:
   
   
   ### Additional context
   
   _No response_


-- 
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: notifications-unsubscribe@apisix.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-dashboard] TridentZZ closed issue #2473: 在dashboard中创建路由,无法在集群中查询到

Posted by GitBox <gi...@apache.org>.
TridentZZ closed issue #2473: 在dashboard中创建路由,无法在集群中查询到
URL: https://github.com/apache/apisix-dashboard/issues/2473


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-dashboard] bzp2010 commented on issue #2473: 在dashboard中创建路由,无法在集群中查询到

Posted by GitBox <gi...@apache.org>.
bzp2010 commented on issue #2473:
URL: https://github.com/apache/apisix-dashboard/issues/2473#issuecomment-1154941949

   Hi, @TridentZZ.
   
   Dashboard cannot create and manage Kubernetes CRD resources, it connects directly to the etcd database and writes APISIX routes and upstreams information directly to the database, it does not reverse synchronize to the Kubernetes CRD, it is one-way synchronization in the ingress controller (from CRD to APISIX resource)


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org