From 9e2ac1b8bd2b83126f5c94b3c2fc944ec51ab020 Mon Sep 17 00:00:00 2001 From: He Simei Date: Mon, 11 May 2015 10:07:58 +0800 Subject: [PATCH] add func test-build-release Signed-off-by: He Simei --- cluster/ubuntu/util.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cluster/ubuntu/util.sh b/cluster/ubuntu/util.sh index 43f7b94d44e..0f4322665bb 100755 --- a/cluster/ubuntu/util.sh +++ b/cluster/ubuntu/util.sh @@ -26,6 +26,13 @@ MASTER="" MASTER_IP="" MINION_IPS="" +# Assumed Vars: +# KUBE_ROOT +function test-build-release { + # Make a release + "${KUBE_ROOT}/build/release.sh" +} + # From user input set the necessary k8s and etcd configuration infomation function setClusterInfo() { ii=0