From 9d34fee57cc0b839956e6de5722280ba2fa36a1d Mon Sep 17 00:00:00 2001 From: Slava Semushin Date: Tue, 12 Dec 2017 16:41:19 +0100 Subject: [PATCH] hack/local-up-cluster.sh: improve messages when script was running with ENABLE_DAEMON=true --- hack/local-up-cluster.sh | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/hack/local-up-cluster.sh b/hack/local-up-cluster.sh index 9fadd23db8..95371b3d70 100755 --- a/hack/local-up-cluster.sh +++ b/hack/local-up-cluster.sh @@ -833,8 +833,12 @@ function create_storage_class { function print_success { if [[ "${START_MODE}" != "kubeletonly" ]]; then + if [[ "${ENABLE_DAEMON}" = false ]]; then + echo "Local Kubernetes cluster is running. Press Ctrl-C to shut it down." + else + echo "Local Kubernetes cluster is running." + fi cat <