Merge pull request #102823 from ehashman/kep-2400-swap

Alpha node swap support
This commit is contained in:
Kubernetes Prow Robot
2021-07-06 22:11:11 -07:00
committed by GitHub
21 changed files with 968 additions and 648 deletions

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