From 6f0d1c96a0739dedfb6d6f65b0a8a3e971fad09e Mon Sep 17 00:00:00 2001 From: Piotr Skamruk Date: Wed, 21 Dec 2016 14:09:49 +0100 Subject: [PATCH] Run prequisities check Closes #5 --- dind-up-cluster.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dind-up-cluster.sh b/dind-up-cluster.sh index 3f5a62e..cf9247e 100755 --- a/dind-up-cluster.sh +++ b/dind-up-cluster.sh @@ -276,6 +276,7 @@ function dind::step { fi } +dind::verify-prereqs if [ $(basename "$0") = dind-up-cluster.sh ]; then source "${DIND_ROOT}/config.sh" dind::kube-up @@ -290,4 +291,4 @@ if [ $(basename "$0") = dind-up-cluster.sh ]; then elif [ $(basename "$0") = dind-down-cluster.sh ]; then source "${DIND_ROOT}/config.sh" dind::kube-down -fi \ No newline at end of file +fi