File tree 2 files changed +7
-6
lines changed
keps/sig-node/2400-node-swap
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:
609
609
610
610
#### Beta 2
611
611
- 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.
616
617
617
618
[ via cgroups ] : #restrict-swap-usage-at-the-cgroup-level
618
619
Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ stage: beta
25
25
# The most recent milestone for which work toward delivery of this KEP has been
26
26
# done. This can be the current (upcoming) milestone, if it is being actively
27
27
# worked on.
28
- latest-milestone : " v1.28 "
28
+ latest-milestone : " v1.29 "
29
29
30
30
# The milestone at which this feature was, or is targeted to be, at each stage.
31
31
milestone :
32
32
alpha : " v1.22"
33
- beta : " v1.28 "
33
+ beta : " v1.29 "
34
34
stable : " TBD"
35
35
36
36
# The following PRR answers are required at alpha release
You can’t perform that action at this time.
0 commit comments