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 2021/09/11 14:49:12 UTC

[GitHub] [apisix-ingress-controller] tokers commented on issue #676: bug: apisix-ingress-cotroller seems to redirect all services to apisix-dashboard

tokers commented on issue #676:
URL: https://github.com/apache/apisix-ingress-controller/issues/676#issuecomment-917419651


   > The apisix-dashboard service has the type "NodePort"(http://172.16.100.101:31803), while the test backend service "httpbin" has the type "ClusterIP"(http://10.102.62.126:80)
   > The route proxied "local.httpbin.org/httpbin" to the service "httpbin", curl http://local.httpbin.org:31803/httpbin was redirected to apisix-dashboard, that's the problem.
   
   You sent requests to apisix-dashboard (`:31803`), so of course you saw the apisix-dashboard. By the way, have you add resolution for domain `local.httpbin.org`? How did it map to the Kubernetes worker node or the LB IP?


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