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/03/12 16:21:27 UTC

[GitHub] [apisix] VineFiner opened a new issue #6593: request help:

VineFiner opened a new issue #6593:
URL: https://github.com/apache/apisix/issues/6593


   ### Issue description
   
   I deploy using docs, but it always fails. return 503
   ` https://apisix.apache.org/docs/apisix/getting-started/`
   I just changed
   
   ```
   curl "http://127.0.0.1:9080/apisix/admin/upstreams/1" -H "X-API-KEY: edd1c9f034335f136f87ad84b625c8f1" -X PUT -d '
   {
     "type": "roundrobin",
     "nodes": {
       "127.0.0.1:9081": 1
     }
   }'
   ```
   
   ### 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 `curl http://127.0.0.1:9090/v1/server_info` to get the info from server-info API):
   - apisix-dashboard version, if have:
   - the plugin runner version, if the issue is about a plugin runner (cmd: depended on the kind of runner):
   - luarocks version, if the issue is about installation (cmd: `luarocks --version`):
   


-- 
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] tokers commented on issue #6593: request help: upstreams use localhost

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


   @VineFiner So consider this issue is solved?


-- 
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] tokers commented on issue #6593: request help: upstreams use localhost

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


   @VineFiner In which step that you got the `503` code? Is the process for creating the Upstream object or sending the real traffic?


-- 
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] VineFiner commented on issue #6593: request help: upstreams use localhost

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


   > @VineFiner In which step that you got the `503` code? Is the process for creating the Upstream object or sending the real traffic?
   
   I know the problem, it's a docker network problem.
   There is no problem installing using RPM.


-- 
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] VineFiner commented on issue #6593: request help: upstreams use localhost

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


   > @VineFiner So consider this issue is solved?
   
   Yes, I'm running fine with docker0 ip 172.17.0.1 .
   For the docker-compose example there is web1 service, can you add a case where web1 runs locally.


-- 
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] VineFiner closed issue #6593: request help: upstreams use localhost

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


   


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