diff --git a/hack/local-up-cluster.sh b/hack/local-up-cluster.sh index 9fadd23db82..95371b3d704 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 <