Skip to content

Commit 455df04

Browse files
committed
typo
1 parent c426cf9 commit 455df04

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
- [Non-Goals](#non-goals)
1010
- [Proposal](#proposal)
1111
- [Enable Swap Support only for Burstable QoS Pods](#enable-swap-support-only-for-burstable-qos-pods)
12-
- [Set Aside Swap for System Critical Daemon](#set-aside-swap-for-system-critical-daemon)
12+
- [Set Aside Swap for System Critical Daemons](#set-aside-swap-for-system-critical-daemons)
1313
- [Best Practices](#best-practices)
14-
- [Disable swap for system critical daemon](#disable-swap-for-system-critical-daemon)
14+
- [Disable swap for system critical daemons](#disable-swap-for-system-critical-daemons)
1515
- [Protect system critical daemons for iolatency](#protect-system-critical-daemons-for-iolatency)
1616
- [Control Plane Swap](#control-plane-swap)
1717
- [Use of a dedicated disk for swap](#use-of-a-dedicated-disk-for-swap)
@@ -192,7 +192,7 @@ By doing so, we can ensure a thorough understanding of the feature's performance
192192

193193
Allocate the swap limit equal to the requested memory for each container and adjust the proportion of swap based on the total swap memory available.
194194

195-
#### Set Aside Swap for System Critical Daemon
195+
#### Set Aside Swap for System Critical Daemons
196196

197197
**Note** In Beta2, we found that having system critical daemons swapping memory could cause degration of services.
198198

@@ -208,7 +208,7 @@ This is the total amount of swap available for all the Burstable QoS pods; let's
208208

209209
This section is a recommendation for how to set up your nodes with swap if using this feature.
210210

211-
##### Disable swap for system critical daemon
211+
##### Disable swap for system critical daemons
212212

213213
As we were testing this feature, we found degration of services if you allow system critical daemons to swap.
214214
This could mean that kubelet is performing slower than normal so if you experience this,

0 commit comments

Comments
 (0)