Skip to content

Commit 6d6e1ad

Browse files
authored
Merge pull request #23178 from sfortner-RH/BZ1847881
Remove duplicate line from code block
2 parents 2217769 + ab299ec commit 6d6e1ad

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

modules/nodes-nodes-garbage-collection-configuring.adoc

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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

2222
For soft container eviction you can also configure a grace period before eviction.
2323

@@ -69,9 +69,8 @@ spec:
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%"
@@ -91,7 +90,7 @@ spec:
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
+

0 commit comments

Comments
 (0)