I don't understand what the ETCD_ADVERTISE_CLIENT_URLS flag does despite reading the documentation:
https://coreos.com/etcd/docs/latest/op-guide/configuration.html
The description states:
List of this member's client URLs to advertise to the rest of the cluster. These URLs can contain domain names.
I only want a single cluster setup can I leave this flag out of my conf file?
Also if i let the default flag for :
ETCD_LISTEN_CLIENT_URLS="http://localhost:2379"
Will etcd only open the service up to the localhost? How can i ensure that any clients outside localhost don't connect to port 2379?