add func test-build-release

Signed-off-by: He Simei <hesimei@zju.edu.cn>
This commit is contained in:
He Simei 2015-05-11 10:07:58 +08:00
parent 738f403eea
commit 9e2ac1b8bd

View File

@ -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