You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CoreOS User
Hi,
I understand that flannel exchanges state with neighboring hosts through etcd however it is not clear to me how are the neighboring hosts discovered by etcd and/or flannel.
I followed the sample configuration on Coreos' website but could not find a reference to the IP addresses of the neighboring hosts. Am I missing something?
Thank you! AZ1004
anton....@coreos.com
unread,
Jan 26, 2016, 5:09:51 AM1/26/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CoreOS User
Thanks Anton. This clarifies a lot. So the flannel deployment assumes that there is previously configured and running instance of etcd on each host with the other etcd hosts configured as peers? Thanks again.
anton....@coreos.com
unread,
Jan 28, 2016, 12:17:44 PM1/28/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CoreOS User
Hi AZ1004,
Flannel can work without etcd, but this feature has experimental state (https://github.com/coreos/flannel/blob/master/Documentation/client-server.md). And yes, default flannel installation requires etcd. It is not necessary to run etcd member on each of your nodes. You can even run single-node etcd member and configure flannel to connect to this peer (--etcd-endpoints flag).