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
Copy file name to clipboardExpand all lines: content/en/blog/_posts/2025-09-22-pod-level-resources.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ This feature enhances resource management in Kubernetes by offering *flexible re
47
47
for the combined resource usage of all containers. Crucially, this pod-level limit
48
48
is the absolute enforcer; even if the sum of the individual container limits is
49
49
higher, the total resource consumption can never exceed the pod-level limit.
50
-
* Pod-level resources are **prioritized** in influencing the [Quality of Service (QoS)](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/2837-pod-level-resource-spec/README.md#qos-changes) class of the Pod.
50
+
* Pod-level resources are **prioritized** in influencing the Quality of Service (QoS) class of the Pod.
51
51
* For Pods running on Linux nodes, the Out-Of-Memory (OOM) score adjustment
52
52
calculation considers both pod-level and container-level resources requests.
53
53
* Pod-level resources are **designed to be compatible with existing Kubernetes functionalities**, ensuring a smooth integration into your workflows.
0 commit comments