File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
content/en/docs/concepts/architecture Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -435,7 +435,10 @@ the kubelet, and the `--fail-swap-on` command line flag or `failSwapOn`
435
435
[ configuration setting] ( /docs/reference/config-api/kubelet-config.v1beta1/#kubelet-config-k8s-io-v1beta1-KubeletConfiguration )
436
436
must be set to false.
437
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 >}}
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 >}}
439
442
440
443
A user can also optionally configure ` memorySwap.swapBehavior ` in order to
441
444
specify how a node will use swap memory. For example,
You can’t perform that action at this time.
0 commit comments