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.
pull/8/head
Ken'ichi Ohmichi 2018-04-03 17:40:43 -07:00
parent 6cd3c08458
commit aa6e5c8d42
1 changed files with 1 additions and 1 deletions

View File

@ -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