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/12/27 01:11:49 UTC

[GitHub] [apisix-docker] tokers commented on issue #383: etcd connection refused

tokers commented on issue #383:
URL: https://github.com/apache/apisix-docker/issues/383#issuecomment-1365536982

   > Same issue here. Followed the instructions on [Install Apache APISIX](https://apisix.apache.org/docs/apisix/getting-started/#install-apache-apisix) for ARM/M1, getting this in the `apache/apisix-dashboard:2.15.0-alpine` container:
   > 
   > ```
   > docker-apisix-apisix-dashboard-1  | {"level":"warn","ts":"2022-12-22T04:03:22.143Z","logger":"etcd-client","caller":"v3@v3.5.5/retry_interceptor.go:62","msg":"retrying of unary invoker failed","target":"etcd-endpoints://0x4000341a40/etcd:2379","attempt":0,"error":"rpc error: code = DeadlineExceeded desc = latest balancer error: last connection error: connection error: desc = \"transport: Error while dialing dial tcp 0.0.0.0:2379: connect: connection refused\""}
   > ```
   > 
   > Also noting that the `rancher/coreos-etcd:v3.4.15-arm64` image is running under AMD64 emulation according to Docker. Is this expected?
   > 
   > The output of the `curl` test command `curl "http://127.0.0.1:9180/apisix/admin/services/" -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1'` is
   > 
   > ```
   > {"total":0,"list":[]}
   > ```
   
   It looks like the dashboard is not running normally, could you paste the apisix-dashboard configuration in the container?


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