File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
keps/sig-node/2400-node-swap Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -609,10 +609,11 @@ Here are specific improvements to be made:
609609
610610#### Beta 2
611611- Publish a Kubernetes doc page encoring user to use encrypted swap if they wish to enable this feature.
612- - Handle usage of swap during container restart boundaries for writes to tmpfs
613- (which may require pod cgroup change beyond what container runtime will do at
614- container cgroup boundary).
615-
612+ - Add [ swap specific tests] ( https://github.com/kubernetes/kubernetes/issues/120798 ) such as, handling the usage of
613+ swap during container restart boundaries for writes to tmpfs (which may require pod cgroup change beyond what
614+ container runtime will do at (container cgroup boundary).
615+ - Fix flaking/failing swap node e2e jobs.
616+ - Address eviction related [ issue] ( https://github.com/kubernetes/kubernetes/issues/120800 ) in swap implementation.
616617
617618[ via cgroups ] : #restrict-swap-usage-at-the-cgroup-level
618619
Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ stage: beta
2525# The most recent milestone for which work toward delivery of this KEP has been
2626# done. This can be the current (upcoming) milestone, if it is being actively
2727# worked on.
28- latest-milestone : " v1.28 "
28+ latest-milestone : " v1.29 "
2929
3030# The milestone at which this feature was, or is targeted to be, at each stage.
3131milestone :
3232 alpha : " v1.22"
33- beta : " v1.28 "
33+ beta : " v1.29 "
3434 stable : " TBD"
3535
3636# The following PRR answers are required at alpha release
You can’t perform that action at this time.
0 commit comments