9
9
- [ Non-Goals] ( #non-goals )
10
10
- [ Proposal] ( #proposal )
11
11
- [ 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 )
13
13
- [ 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 )
15
15
- [ Protect system critical daemons for iolatency] ( #protect-system-critical-daemons-for-iolatency )
16
16
- [ Control Plane Swap] ( #control-plane-swap )
17
17
- [ 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
192
192
193
193
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.
194
194
195
- #### Set Aside Swap for System Critical Daemon
195
+ #### Set Aside Swap for System Critical Daemons
196
196
197
197
** Note** In Beta2, we found that having system critical daemons swapping memory could cause degration of services.
198
198
@@ -208,7 +208,7 @@ This is the total amount of swap available for all the Burstable QoS pods; let's
208
208
209
209
This section is a recommendation for how to set up your nodes with swap if using this feature.
210
210
211
- ##### Disable swap for system critical daemon
211
+ ##### Disable swap for system critical daemons
212
212
213
213
As we were testing this feature, we found degration of services if you allow system critical daemons to swap.
214
214
This could mean that kubelet is performing slower than normal so if you experience this,
0 commit comments