mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-18 04:54:54 +00:00
Merge pull request #134924 from mariafromano-25/cleanup-swap-feature
Cleanup Swap Feature to Node Conformance
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user