Update local-up-cluster.sh swap warning

This commit is contained in:
Elana Hashman 2021-06-11 16:18:52 -07:00
parent 0dd4ce40ad
commit 9eeec68d67
No known key found for this signature in database
GPG Key ID: D37F7B2A20B48FA0

View File

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