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.
2 parents a3c6627 + 8bc9488 commit 440409eCopy full SHA for 440409e
content/en/docs/concepts/architecture/nodes.md
@@ -451,6 +451,11 @@ the kubelet, and the `--fail-swap-on` command line flag or `failSwapOn`
451
[configuration setting](/docs/reference/config-api/kubelet-config.v1beta1/#kubelet-config-k8s-io-v1beta1-KubeletConfiguration)
452
must be set to false.
453
454
+{{< warning >}}
455
+When the memory swap feature is turned on, Kubernetes data such as the content
456
+of Secret objects that were written to tmpfs now could be swapped to disk.
457
+{{< /warning >}}
458
+
459
A user can also optionally configure `memorySwap.swapBehavior` in order to
460
specify how a node will use swap memory. For example,
461
0 commit comments