diff --git a/hack/local-up-cluster.sh b/hack/local-up-cluster.sh index e2af014e05a..609968bca33 100755 --- a/hack/local-up-cluster.sh +++ b/hack/local-up-cluster.sh @@ -840,8 +840,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 <