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 2020/12/01 06:26:29 UTC

[GitHub] [apisix-docker] gxthrj commented on issue #90: How to connect etcd cluster with tls

gxthrj commented on issue #90:
URL: https://github.com/apache/apisix-docker/issues/90#issuecomment-736252433


   @hyt05 I have two questions:
   1.  https://github.com/apache/apisix-docker/tree/master/example use docker-compose with network as below, make sure the `etcd` address can be reached.
   ```yaml
   networks:
     apisix:
       driver: bridge
       ipam:
         config:
         - subnet: 172.18.0.0/16
   ```
   2. multi-etcd IPs can not be configured in a line , need to configure like this:
   ```
   etcd:
     host:
       - "https://10.1.7.51:2379"
       - "https://10.1.7.52:2379"
       - "https://10.1.7.53: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:
users@infra.apache.org