Merge pull request #134924 from mariafromano-25/cleanup-swap-feature

Cleanup Swap Feature to Node Conformance
This commit is contained in:
Kubernetes Prow Robot
2025-10-29 19:34:03 -07:00
committed by GitHub

View File

@@ -444,8 +444,7 @@ var (
// (used for testing fine-grained SupplementalGroups control <https://kep.k8s.io/3619>)
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"))