From 80e57b701644f8f5fd232d9479d8f35363b33a28 Mon Sep 17 00:00:00 2001 From: Jerzy Szczepkowski Date: Mon, 13 Feb 2017 16:10:47 +0100 Subject: [PATCH] Added configurable etcd initial-cluster-state to kube-up script. Added configurable etcd initial-cluster-state to kube-up script. This allows creation of multi-master cluster from scratch. This is a cherry-pick of #41320 from 1.5 branch. --- cluster/common.sh | 5 +++++ cluster/gce/configure-vm.sh | 1 + cluster/gce/debian/master-helper.sh | 4 ++++ cluster/gce/gci/configure-helper.sh | 4 +++- cluster/gce/gci/master-helper.sh | 5 +++++ cluster/gce/trusty/configure-helper.sh | 4 +++- cluster/saltbase/salt/etcd/etcd.manifest | 8 +++----- 7 files changed, 24 insertions(+), 7 deletions(-) diff --git a/cluster/common.sh b/cluster/common.sh index 6c64946399..5795ac4fc5 100755 --- a/cluster/common.sh +++ b/cluster/common.sh @@ -787,6 +787,11 @@ EOF if [ -n "${INITIAL_ETCD_CLUSTER:-}" ]; then cat >>$file <>$file <