gxthrj commented on issue #90: URL: https://github.com/apache/apisix-docker/issues/90#issuecomment-736304129
The error messsage `got malformed version message: "" from etcd` means APISIX can not connect to etcd. In most cases, the network cannot be connected between APISIX and etcd. We need to check if etcd can be reached in APISIX container. A feasible method is to use `docker exec` to enter a container which on the same network as the APISIX container, and then `telnet 10.1.7.51 2379`. ---------------------------------------------------------------- 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]
