From 43afd42f596e582908e1aa18403097b10afe72be Mon Sep 17 00:00:00 2001
From: Smaine Kahlouch <smaine.kahlouch@arkena.com>
Date: Tue, 15 Dec 2015 15:27:12 +0100
Subject: [PATCH] use 3 members for etcd clustering

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index fd8f41668..c0f380039 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,7 @@ Edit the inventory according to the number of servers
 [etcd]
 10.115.99.31
 10.115.99.32
+10.115.99.33
 
 [kube-node]
 10.115.99.32
@@ -82,6 +83,7 @@ In node-mesh mode the nodes peers with all the nodes in order to exchange routes
 
 [etcd]
 10.99.0.26
+10.99.0.4
 10.99.0.59
 
 [kube-node]
-- 
GitLab