Skip to content

Commit 8be53ea

Browse files
authored
Merge pull request #38804 from Amrita42/BZ1931575
BZ1931575: Adding an admonition and some typos
2 parents d0ee64a + 29cdaef commit 8be53ea

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

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

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ As an administrator, you can configure how {product-title} performs garbage coll
1616

1717
You can configure any combination of the following:
1818

19-
* soft eviction for containers
20-
* hard eviction for containers
21-
* eviction for images
19+
* Soft eviction for containers
20+
* Hard eviction for containers
21+
* Eviction for images
2222

23-
For soft container eviction you can also configure a grace period before eviction.
23+
For the soft container eviction you can also configure a grace period before the eviction.
2424

2525
.Prerequisites
2626

@@ -76,6 +76,11 @@ metadata:
7676

7777
. Create a custom resource (CR) for your configuration change.
7878
+
79+
[IMPORTANT]
80+
====
81+
If there is one file system, or if `/var/lib/kubelet` and `/var/lib/containers/` are in the same file system, the settings with the highest values trigger evictions, as those are met first. The file system triggers the eviction.
82+
====
83+
+
7984
.Sample configuration for a container garbage collection CR:
8085
[source,yaml]
8186
----
@@ -116,7 +121,7 @@ spec:
116121
<3> Type of eviction: `EvictionSoft` and `EvictionHard`.
117122
<4> Eviction thresholds based on a specific eviction trigger signal.
118123
<5> Grace periods for the soft eviction. This parameter does not apply to `eviction-hard`.
119-
<6> The duration to wait before transitioning out of an eviction pressure condition
124+
<6> The duration to wait before transitioning out of an eviction pressure condition.
120125
<7> The minimum age for an unused image before the image is removed by garbage collection.
121126
<8> The percent of disk usage (expressed as an integer) which triggers image garbage collection.
122127
<9> The percent of disk usage (expressed as an integer) to which image garbage collection attempts to free.

0 commit comments

Comments
 (0)