Skip to content

Commit b5198bb

Browse files
committed
add detail about fast disk
1 parent a52b063 commit b5198bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

keps/sig-node/2400-node-swap/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,8 @@ The main concern would be swapping in the critical services on the control plane
230230

231231
We recommend using a separate disk for your swap partition. We recommend the separate disk be [encrypted](#security-risk).
232232
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.
234235

235236
##### Swap as the default
236237

0 commit comments

Comments
 (0)