From 56750d7ec36f8c6f426a2cb43862732f93c55fab Mon Sep 17 00:00:00 2001 From: Ahmet Alp Balkan Date: Tue, 25 Feb 2025 16:20:42 -0800 Subject: [PATCH] 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. --- .../docs/concepts/scheduling-eviction/node-pressure-eviction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/scheduling-eviction/node-pressure-eviction.md b/content/en/docs/concepts/scheduling-eviction/node-pressure-eviction.md index 70a932bef9..aea9ebe096 100644 --- a/content/en/docs/concepts/scheduling-eviction/node-pressure-eviction.md +++ b/content/en/docs/concepts/scheduling-eviction/node-pressure-eviction.md @@ -6,9 +6,9 @@ weight: 100 {{}}
-{{< feature-state feature_gate_name="KubeletSeparateDiskGC" >}} {{}} +{{< feature-state feature_gate_name="KubeletSeparateDiskGC" >}} The _split image filesystem_ feature, which enables support for the `containerfs` filesystem, adds several new eviction signals, thresholds and metrics. To use `containerfs`, the Kubernetes release v{{< skew currentVersion >}} requires the