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