Skip to content

Commit a886ec6

Browse files
committed
feat: Documents effects on secrets when memory swap is enabled
1 parent afac60e commit a886ec6

File tree

1 file changed

+2
-0
lines changed
  • content/en/docs/concepts/architecture

1 file changed

+2
-0
lines changed

content/en/docs/concepts/architecture/nodes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,8 @@ the kubelet, and the `--fail-swap-on` command line flag or `failSwapOn`
435435
[configuration setting](/docs/reference/config-api/kubelet-config.v1beta1/#kubelet-config-k8s-io-v1beta1-KubeletConfiguration)
436436
must be set to false.
437437

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+
438440
A user can also optionally configure `memorySwap.swapBehavior` in order to
439441
specify how a node will use swap memory. For example,
440442

0 commit comments

Comments
 (0)