diff --git a/hack/local-up-cluster.sh b/hack/local-up-cluster.sh index 0f46fe53ec6..7ae06fcf2b7 100755 --- a/hack/local-up-cluster.sh +++ b/hack/local-up-cluster.sh @@ -786,7 +786,7 @@ function start_kubelet { # warn if users are running with swap allowed if [ "${FAIL_SWAP_ON}" == "false" ]; then - echo "WARNING : The kubelet is configured to not fail even 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 unless testing NodeSwapEnabled feature." fi if [[ "${REUSE_CERTS}" != true ]]; then