Skip to content

Commit 5401afd

Browse files
committed
fixed feature state note location
1 parent 549c25e commit 5401afd

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

content/en/docs/concepts/scheduling-eviction/node-pressure-eviction.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,6 @@ weight: 100
77
{{<glossary_definition term_id="node-pressure-eviction" length="short">}}</br>
88

99

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-
2010
The {{<glossary_tooltip term_id="kubelet" text="kubelet">}} monitors resources
2111
like memory, disk space, and filesystem inodes on your cluster's nodes.
2212
When one or more of these resources reach specific consumption levels, the
@@ -132,6 +122,16 @@ eviction signals (`<identifier>.inodesFree` or `<identifier>.available`):
132122
`containerfs` is used, the `imagefs` filesystem can be split to only store
133123
images (read-only layers) and nothing else.
134124

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+
135135
As such, kubelet generally allows three options for container filesystems:
136136

137137
- Everything is on the single `nodefs`, also referred to as "rootfs" or

0 commit comments

Comments
 (0)