diff --git a/hack/local-up-cluster.sh b/hack/local-up-cluster.sh index 9b574789b1..1920670e5a 100755 --- a/hack/local-up-cluster.sh +++ b/hack/local-up-cluster.sh @@ -141,7 +141,7 @@ fi # warn if users are running with swap allowed if [ "${FAIL_SWAP_ON}" == "false" ]; then - echo "WARNING : The kubelet is configured to not fail if swap is enabled; production deployments should disable swap." + echo "WARNING : The kubelet is configured to not fail even if swap is enabled; production deployments should disable swap." fi if [ "$(id -u)" != "0" ]; then