File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ You can configure any combination of the following:
1717
1818* soft eviction for containers
1919* hard eviction for containers
20- * eviction for images
20+ * eviction for images
2121
2222For soft container eviction you can also configure a grace period before eviction.
2323
6969 machineConfigPoolSelector:
7070 matchLabels:
7171 custom-kubelet: small-pods <2>
72- kubeletConfig:
72+ kubeletConfig:
7373 evictionSoft: <3>
74- evictionSoft:
7574 memory.available: "500Mi" <4>
7675 nodefs.available: "10%"
7776 nodefs.inodesFree: "5%"
9190 imagefs.inodesFree: "5%"
9291 evictionPressureTransitionPeriod: 0s <6>
9392 imageMinimumGCAge: 5m <7>
94- imageGCHighThresholdPercent: 80 <8>
93+ imageGCHighThresholdPercent: 80 <8>
9594 imageGCLowThresholdPercent: 75 <9>
9695----
9796<1> Name for the object.
@@ -102,7 +101,7 @@ spec:
102101<6> The duration to wait before transitioning out of an eviction pressure condition
103102<7> The minimum age for an unused image before the image is removed by garbage collection.
104103<8> The percent of disk usage (expressed as an integer) which triggers image garbage collection.
105- <9> The percent of disk usage (expressed as an integer) to which image garbage collection attempts to free.
104+ <9> The percent of disk usage (expressed as an integer) to which image garbage collection attempts to free.
106105
107106. Create the object:
108107+
You can’t perform that action at this time.
0 commit comments