Skip to content

Commit 6d9df8b

Browse files
authored
Undo change to hyperlink
1 parent 185c5c2 commit 6d9df8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/blog/_posts/2025-09-22-pod-level-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This feature enhances resource management in Kubernetes by offering *flexible re
4747
for the combined resource usage of all containers. Crucially, this pod-level limit
4848
is the absolute enforcer; even if the sum of the individual container limits is
4949
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.
5151
* For Pods running on Linux nodes, the Out-Of-Memory (OOM) score adjustment
5252
calculation considers both pod-level and container-level resources requests.
5353
* Pod-level resources are **designed to be compatible with existing Kubernetes functionalities**, ensuring a smooth integration into your workflows.

0 commit comments

Comments
 (0)