diff --git a/keps/sig-node/2400-node-swap/README.md b/keps/sig-node/2400-node-swap/README.md index cca3160020d4..6a029ed9a334 100644 --- a/keps/sig-node/2400-node-swap/README.md +++ b/keps/sig-node/2400-node-swap/README.md @@ -823,11 +823,13 @@ Here are specific improvements to be made: #### GA -_(Tentative.)_ - -- Test a wide variety of scenarios that may be affected by swap support. -- Remove feature flag. -- Remove the Swap Support using Burstable QoS Pods only deprecated in Beta 2. +- Test a wide variety of scenarios that may be affected by swap support, including tests with aggressive memory stress. +- Address memory-backed backed volumes which should not have access to swap. +- Remove feature gate. +- Increase debug abilities by introducing a new swap condition to the node. + - This will grant users the ability to understand if and how swap is enabled (i.e. which swapBahavior is defined) + via `kubectl describe node` or `kubectl get node -o yaml`. +- Exclude high-priority, static and mirrored pods from gaining access to swap. ### Upgrade / Downgrade Strategy diff --git a/keps/sig-node/2400-node-swap/kep.yaml b/keps/sig-node/2400-node-swap/kep.yaml index b3cb4c3e909d..5f2cdfbcdbad 100644 --- a/keps/sig-node/2400-node-swap/kep.yaml +++ b/keps/sig-node/2400-node-swap/kep.yaml @@ -33,7 +33,7 @@ latest-milestone: "v1.30" milestone: alpha: "v1.22" beta: "v1.30" - stable: "TBD" + stable: "v1.32" # The following PRR answers are required at alpha release # List the feature gate name and the components for which it must be enabled