Skip to content

Commit 56750d7

Browse files
committed
fix: move KubeletSeparateDiskGC feature notice inside note
Currently the feature-state block appears to be for the entire "Node-pressure eviction" page, however, it's just for the note block listed on top of the page. So moving this notice inside the node block.
1 parent 47d2a6d commit 56750d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ weight: 100
66

77
{{<glossary_definition term_id="node-pressure-eviction" length="short">}}</br>
88

9-
{{< feature-state feature_gate_name="KubeletSeparateDiskGC" >}}
109

1110
{{<note>}}
11+
{{< feature-state feature_gate_name="KubeletSeparateDiskGC" >}}
1212
The _split image filesystem_ feature, which enables support for the `containerfs`
1313
filesystem, adds several new eviction signals, thresholds and metrics. To use
1414
`containerfs`, the Kubernetes release v{{< skew currentVersion >}} requires the

0 commit comments

Comments
 (0)