You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: keps/sig-node/2400-node-swap/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -230,7 +230,8 @@ The main concern would be swapping in the critical services on the control plane
230
230
231
231
We recommend using a separate disk for your swap partition. We recommend the separate disk be [encrypted](#security-risk).
232
232
If swap is on a partition or the root filesystem, workloads can interfere with system processes needing to write to disk.
233
-
If they occupy the same disk, it's possible processes can overwhelm swap and throw off the I/O of kubelet/container runtime/systemd, which would affect other workloads
233
+
If they occupy the same disk, it's possible processes can overwhelm swap and throw off the I/O of kubelet/container runtime/systemd, which would affect other workloads.
234
+
Swap space is located on a disk so it is imperative to make sure your disk is fast enough.
0 commit comments