You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Work around Memory QoS has been halted because of the issues uncovered during the beta promotion process
72
72
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.
73
74
74
75
Initial Plan: Use cgroup v2 memory.high knob to set memory throttling limit. As per the initial understanding,
75
76
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
294
295
* It is simple to understand as it requires setting only 1 kubelet configuration for setting memory throttling factor.
295
296
* It doesn't involve API changes, and doesn't expose low-level detail to customers.
296
297
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.
0 commit comments