From b01e3c1e1710ca6cf471b558e89ed2cdd9f925a8 Mon Sep 17 00:00:00 2001 From: Jerzy Szczepkowski Date: Mon, 12 Dec 2016 15:46:39 +0100 Subject: [PATCH] Fixed detection of master during creation of multizone nodes. Fixed detection of master during creation of multizone nodes. --- cluster/gce/util.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cluster/gce/util.sh b/cluster/gce/util.sh index 5a0c6ad5339..852ba0ee087 100755 --- a/cluster/gce/util.sh +++ b/cluster/gce/util.sh @@ -596,6 +596,7 @@ function kube-up() { set_num_migs if [[ ${KUBE_USE_EXISTING_MASTER:-} == "true" ]]; then + detect-master parse-master-env create-nodes elif [[ ${KUBE_REPLICATE_EXISTING_MASTER:-} == "true" ]]; then