We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae7fbbe commit dabb663Copy full SHA for dabb663
content/en/docs/concepts/architecture/nodes.md
@@ -521,7 +521,7 @@ To enable swap on a node, the `NodeSwap` feature gate must be enabled on
521
the kubelet (default is true), and the `--fail-swap-on` command line flag or `failSwapOn`
522
[configuration setting](/docs/reference/config-api/kubelet-config.v1beta1/)
523
must be set to false.
524
-To allow Pods to utilize swap, `swapBehavior` should be set to `LimitedSwap` in the kubelet config.
+To allow Pods to utilize swap, `swapBehavior` should not be set to `NoSwap` (which is the default behavior) in the kubelet config.
525
526
{{< warning >}}
527
When the memory swap feature is turned on, Kubernetes data such as the content
0 commit comments