From c5f18d517d8dab89dcfb4bc9fbb2a2008536ecfd Mon Sep 17 00:00:00 2001 From: Jerzy Szczepkowski Date: Tue, 30 Aug 2016 11:50:22 +0200 Subject: [PATCH] Marked HA master feautre experimental. Marked HA master feautre experimental. --- cluster/gce/util.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/gce/util.sh b/cluster/gce/util.sh index 67659f85bcd..9e226ed4032 100755 --- a/cluster/gce/util.sh +++ b/cluster/gce/util.sh @@ -610,7 +610,7 @@ function kube-up() { if [[ ${KUBE_USE_EXISTING_MASTER:-} == "true" ]]; then parse-master-env create-nodes - elif [[ ${KUBE_REPLICATE_EXISTING_MASTER:-} == "true" ]]; then + elif [[ ${KUBE_EXPERIMENTAL_REPLICATE_EXISTING_MASTER:-} == "true" ]]; then # TODO(jsz): implement adding replica for other distributions. if [[ "${MASTER_OS_DISTRIBUTION}" != "gci" ]]; then echo "Master replication supported only for gci" @@ -782,7 +782,7 @@ function replicate-master() { set-replica-name set-existing-master - echo "Replicating existing master ${EXISTING_MASTER_ZONE}/${EXISTING_MASTER_NAME} as ${ZONE}/${REPLICA_NAME}" + echo "Experimental: replicating existing master ${EXISTING_MASTER_ZONE}/${EXISTING_MASTER_NAME} as ${ZONE}/${REPLICA_NAME}" # Before we do anything else, we should configure etcd to expect more replicas. if ! add-replica-to-etcd 4001 2380; then