8thblock commented on issue #153:
URL: 
https://github.com/apache/apisix-helm-chart/issues/153#issuecomment-939461519


   @tokers  Thank you. I will try the repo you have mentioned. I was just 
following the docs that say clone and point to the repo
   
   Here are the results. 
   ```
   kubectl exec -it -n ingress-apisix pod/apisix-56c976fc-4vg4q -- curl 
http://apisix-admin:9180/apisix/admin/routes -H 'X-API-Key: 
edd1c9f034335f136f87ad84b625c8f1'
   
   
{"count":0,"action":"get","node":{"nodes":{},"key":"\/apisix\/routes","dir":true}}
   ```
   Also tried a fresh container in the same ns APISIX
   ```
   kubectl run curl-dm -n ingress-apisix --image=radial/busyboxplus:curl -i 
--tty --rm
   [ root@curl-dm:/ ]$  curl http://apisix-admin:9180/apisix/admin/routes -H 
'X-API-Key: edd1c9f034335f136f87ad84b625c8f1'
   
{"count":0,"action":"get","node":{"nodes":{},"key":"\/apisix\/routes","dir":true}}
   ```
   Connection refused is in the beginning of the logs. It is the entries that 
follow that are odd:
   ```
   Get http://apisix-admin:9180/apisix/admin/routes: context canceled
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to