File tree 2 files changed +6
-6
lines changed
keps/sig-node/2400-node-swap
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -826,11 +826,11 @@ Here are specific improvements to be made:
826
826
827
827
#### GA
828
828
829
- _ (Tentative.) _
830
-
831
- - Test a wide variety of scenarios that may be affected by swap support .
832
- - Remove feature flag .
833
- - Remove the Swap Support using Burstable QoS Pods only deprecated in Beta 2 .
829
+ - Test a wide variety of scenarios that may be affected by swap support, including tests with aggressive memory stress.
830
+ - Address memory-backed backed volumes which should not have access to swap.
831
+ - Remove feature gate .
832
+ - Address increasing debug abilities by providing a method to easily understand which nodes are swap-enabled .
833
+ - Exclude high-priority, static and mirrored pods from gaining access to swap .
834
834
835
835
### Upgrade / Downgrade Strategy
836
836
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ latest-milestone: "v1.30"
33
33
milestone :
34
34
alpha : " v1.22"
35
35
beta : " v1.30"
36
- stable : " TBD "
36
+ stable : " v1.32 "
37
37
38
38
# The following PRR answers are required at alpha release
39
39
# List the feature gate name and the components for which it must be enabled
You can’t perform that action at this time.
0 commit comments