zhangxiaohui123456 commented on issue #231:
URL: 
https://github.com/apache/apisix-ingress-controller/issues/231#issuecomment-772285033


   > @zhangxiaohui123456 I'm afraid that I didn't get your mean. Is your 
apisix-ingress-controller cannot access the apisix-admin? If so, please tell us 
how you install them, and what's the apisix-ingress-controller configuration.
   
   Sorry,Didn't make it clear . First  My   apisix-admin type is NodePort . 
when I   outside the container  send command :curl -XPUT 
http://127.0.0.1:9080/apisix/admin/upstreams/1 -H 'X-API-KEY: 
edd1c9f034335f136f87ad84b625c8f1' -d '
   {
       "nodes": {
           "10.244.143.48:8080": 100,
           "10.244.102.43:8080": 100,
           "10.244.102.63:8080": 100
       },
       "desc": "foo-upstream",
       "type": "roundrobin"
   }
   '  the response is failed connect to 127.0.0.1:9180 but When I go into the 
container Re-execute it success . 


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


Reply via email to