From 9eeec68d67e6605254bbfdae4e9504f76ae37ba7 Mon Sep 17 00:00:00 2001 From: Elana Hashman Date: Fri, 11 Jun 2021 16:18:52 -0700 Subject: [PATCH] Update local-up-cluster.sh swap warning --- hack/local-up-cluster.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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