fail-swap-on necessary for running e2e tests locally
If you’re trying to run #kubernetes e2e-node tests with make test-e2e-node
and you’re trying to run them locally, you may need to add TEST_ARG='--kubelet-flags=--fail-swap-on=false'
because your normal everyday dev machine probably has swap enabled.