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-xx-xx-prefer-align-cpus-by-uncore-cache-beta/index.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ The benefit only shows up if your nodes use a split uncore cache topology for th
52
52
53
53
The following diagram below illustrates uncore cache alignment when the feature is enabled.
54
54
55
-

55
+

56
56
57
57
By default, Kubernetes does not account for uncore cache topology; containers are assigned CPU resources using a packed methodology.
58
58
As a result, Container 1 and Container 2 can experience a noisy neighbor impact due to
@@ -88,7 +88,9 @@ If you're making this change to an existing node, remove the `cpu_manager_state`
88
88
`prefer-align-cpus-by-uncorecache` can be enabled on nodes with a monolithic uncore cache processor. The feature will mimic a best-effort socket alignment effect and will pack CPU resources on the socket similar to the default static CPU Manager policy.
89
89
90
90
## Further reading
91
-
See [Node Resource Managers](/docs/concepts/policy/node-resource-managers/) to learn more about the CPU Manager and the available policies.
91
+
See [Node Resource Managers](/docs/concepts/policy/node-resource-managers/) to learn more about the CPU Manager and the available policies.
92
+
93
+
Reference the documentation for `prefer-align-cpus-by-uncorecache`[here](/docs/concepts/policy/node-resource-managers/#prefer-align-cpus-by-uncorecache).
92
94
93
95
Please see the [Kubernetes Enhancement Proposal](https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/4800-cpumanager-split-uncorecache) for more information on how `prefer-align-cpus-by-uncorecache` is implemented.
0 commit comments