From 1d2b87c2e9a624430acbc85a88131920738cf728 Mon Sep 17 00:00:00 2001 From: Maria Romano Silva Date: Wed, 29 Oct 2025 23:00:29 +0000 Subject: [PATCH] updated nodeswap description only --- test/e2e/feature/feature.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/e2e/feature/feature.go b/test/e2e/feature/feature.go index 6e5a422f630..5a8c56e07f8 100644 --- a/test/e2e/feature/feature.go +++ b/test/e2e/feature/feature.go @@ -444,8 +444,7 @@ var ( // (used for testing fine-grained SupplementalGroups control ) SupplementalGroupsPolicy = framework.WithFeature(framework.ValidFeatures.Add("SupplementalGroupsPolicy")) - // Added to test Swap Feature - // This label should be used when testing KEP-2400 (Node Swap Support) + // The Swap feature tests must run on nodes with the swap memory allocated and kubelet swap enabled. KEP-2400 (Node Swap Support) Swap = framework.WithFeature(framework.ValidFeatures.Add("NodeSwap")) SystemNodeCriticalPod = framework.WithFeature(framework.ValidFeatures.Add("SystemNodeCriticalPod"))