@@ -7,16 +7,6 @@ weight: 100
7
7
{{<glossary_definition term_id="node-pressure-eviction" length="short">}}</br >
8
8
9
9
10
- {{<note >}}
11
- {{< feature-state feature_gate_name="KubeletSeparateDiskGC" >}}
12
- The _ split image filesystem_ feature, which enables support for the ` containerfs `
13
- filesystem, adds several new eviction signals, thresholds and metrics. To use
14
- ` containerfs ` , the Kubernetes release v{{< skew currentVersion >}} requires the
15
- ` KubeletSeparateDiskGC ` [ feature gate] ( /docs/reference/command-line-tools-reference/feature-gates/ )
16
- to be enabled. Currently, only CRI-O (v1.29 or higher) offers the ` containerfs `
17
- filesystem support.
18
- {{</note >}}
19
-
20
10
The {{<glossary_tooltip term_id="kubelet" text="kubelet">}} monitors resources
21
11
like memory, disk space, and filesystem inodes on your cluster's nodes.
22
12
When one or more of these resources reach specific consumption levels, the
@@ -132,6 +122,16 @@ eviction signals (`<identifier>.inodesFree` or `<identifier>.available`):
132
122
` containerfs ` is used, the ` imagefs ` filesystem can be split to only store
133
123
images (read-only layers) and nothing else.
134
124
125
+ {{<note >}}
126
+ {{< feature-state feature_gate_name="KubeletSeparateDiskGC" >}}
127
+ The _ split image filesystem_ feature, which enables support for the ` containerfs `
128
+ filesystem, adds several new eviction signals, thresholds and metrics. To use
129
+ ` containerfs ` , the Kubernetes release v{{< skew currentVersion >}} requires the
130
+ ` KubeletSeparateDiskGC ` [ feature gate] ( /docs/reference/command-line-tools-reference/feature-gates/ )
131
+ to be enabled. Currently, only CRI-O (v1.29 or higher) offers the ` containerfs `
132
+ filesystem support.
133
+ {{</note >}}
134
+
135
135
As such, kubelet generally allows three options for container filesystems:
136
136
137
137
- Everything is on the single ` nodefs ` , also referred to as "rootfs" or
0 commit comments