From 61f22013046c01a4b650f2381fee87f02913cfa4 Mon Sep 17 00:00:00 2001 From: Wojciech Tyczynski Date: Tue, 17 Jan 2017 15:57:43 +0100 Subject: [PATCH] Really enable etcd3 --- cluster/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/common.sh b/cluster/common.sh index c6b89ea67d8..fdd2882baf8 100755 --- a/cluster/common.sh +++ b/cluster/common.sh @@ -719,7 +719,7 @@ ENABLE_MANIFEST_URL: $(yaml-quote ${ENABLE_MANIFEST_URL:-false}) MANIFEST_URL: $(yaml-quote ${MANIFEST_URL:-}) MANIFEST_URL_HEADER: $(yaml-quote ${MANIFEST_URL_HEADER:-}) NUM_NODES: $(yaml-quote ${NUM_NODES}) -STORAGE_BACKEND: $(yaml-quote ${STORAGE_BACKEND:-etcd2}) +STORAGE_BACKEND: $(yaml-quote ${STORAGE_BACKEND:-etcd3}) ENABLE_GARBAGE_COLLECTOR: $(yaml-quote ${ENABLE_GARBAGE_COLLECTOR:-}) MASTER_ADVERTISE_ADDRESS: $(yaml-quote ${MASTER_ADVERTISE_ADDRESS:-}) ETCD_CA_KEY: $(yaml-quote ${ETCD_CA_KEY_BASE64:-})