Commit aa6e5c8d authored by Ken'ichi Ohmichi's avatar Ken'ichi Ohmichi

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.
parent 6cd3c084
...@@ -141,7 +141,7 @@ fi ...@@ -141,7 +141,7 @@ fi
# warn if users are running with swap allowed # warn if users are running with swap allowed
if [ "${FAIL_SWAP_ON}" == "false" ]; then 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 fi
if [ "$(id -u)" != "0" ]; then if [ "$(id -u)" != "0" ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment