Skip to content

Commit a47155b

Browse files
committed
Clarify the status of KEP-2570
1 parent 7e1c131 commit a47155b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

keps/sig-node/2570-memory-qos/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- [Proposal](#proposal)
1010
- [Alpha v1.22](#alpha-v122)
1111
- [Alpha v1.27](#alpha-v127)
12-
- [Beta v1.28](#beta-v128)
12+
- [Beta v1.28 - Cancelled](#beta-v128---cancelled)
1313
- [User Stories (Optional)](#user-stories-optional)
1414
- [Memory Sensitive Workload](#memory-sensitive-workload)
1515
- [Node Availability](#node-availability)
@@ -70,6 +70,7 @@
7070

7171
Work around Memory QoS has been halted because of the issues uncovered during the beta promotion process
7272
in K8s 1.28. This section is added to document the valuable lessons learned from this experience.
73+
Note: Kubernetes 1.28 did not receive the beta promotion.
7374

7475
Initial Plan: Use cgroup v2 memory.high knob to set memory throttling limit. As per the initial understanding,
7576
setting memory.high would have caused memory allocation to be slowed down once the memory usage level in the containers
@@ -294,9 +295,8 @@ Alternative solutions that were discussed (but not preferred) before finalizing
294295
* It is simple to understand as it requires setting only 1 kubelet configuration for setting memory throttling factor.
295296
* It doesn't involve API changes, and doesn't expose low-level detail to customers.
296297

297-
#### Beta v1.28
298-
The feature is graduated to Beta in v1.28. Its implementation in Beta is same as Alpha
299-
v1.27.
298+
#### Beta v1.28 - Cancelled
299+
The feature was planned to be graduated to Beta in v1.28, but was backed out. See the [Latest Update [Stalled]](#latest-update-stalled) section for more details.
300300

301301
### User Stories (Optional)
302302
#### Memory Sensitive Workload

0 commit comments

Comments
 (0)