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 afac60e commit a886ec6Copy full SHA for a886ec6
content/en/docs/concepts/architecture/nodes.md
@@ -435,6 +435,8 @@ the kubelet, and the `--fail-swap-on` command line flag or `failSwapOn`
435
[configuration setting](/docs/reference/config-api/kubelet-config.v1beta1/#kubelet-config-k8s-io-v1beta1-KubeletConfiguration)
436
must be set to false.
437
438
+{{< warning >}}When memory swap feature is turned on, kubernetes features that were written to tmps could be swapped to write to disk.{{< /warning >}}
439
+
440
A user can also optionally configure `memorySwap.swapBehavior` in order to
441
specify how a node will use swap memory. For example,
442
0 commit comments