From aa6e5c8d4202c230bf83267e63c12865ec99e4b9 Mon Sep 17 00:00:00 2001 From: Ken'ichi Ohmichi Date: Tue, 3 Apr 2018 17:40:43 -0700 Subject: [PATCH] Make FAIL_SWAP_ON warning message clear When operating local-up-cluster.sh to prepare e2e tests, the warning message can be output. This commit makes the message clear. --- 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 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