Skip to content

Commit 440409e

Browse files
authored
Merge pull request #29663 from abhibhaw/issue-29524
feat: Documents effects on secrets when memory swap is enabled
2 parents a3c6627 + 8bc9488 commit 440409e

File tree

1 file changed

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

1 file changed

+5
-0
lines changed

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

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

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

0 commit comments

Comments
 (0)