kneckinator commented on issue #383: URL: https://github.com/apache/apisix-docker/issues/383#issuecomment-1362386685
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":"[email protected]/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":[]} ``` -- 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]
