Skip to content

Commit 8bc9488

Browse files
abhibhawtengqm
andauthored
Adds suggested changes to #29663
Co-authored-by: Qiming Teng <[email protected]>
1 parent a886ec6 commit 8bc9488

File tree

1 file changed

+4
-1
lines changed
  • content/en/docs/concepts/architecture

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,10 @@ 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 >}}
438+
{{< warning >}}
439+
When the memory swap feature is turned on, Kubernetes data such as the content
440+
of Secret objects that were written to tmpfs now could be swapped to disk.
441+
{{< /warning >}}
439442

440443
A user can also optionally configure `memorySwap.swapBehavior` in order to
441444
specify how a node will use swap memory. For example,

0 commit comments

Comments
 (0)