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: keps/sig-node/693-topology-manager/README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@
23
23
-[Design Details](#design-details)
24
24
-[New Interfaces](#new-interfaces)
25
25
-[Changes to Existing Components](#changes-to-existing-components)
26
+
-[Noteworthy developments since Topology Manager introduction](#noteworthy-developments-since-topology-manager-introduction)
26
27
-[Test Plan](#test-plan)
27
28
-[Single NUMA Systems Tests](#single-numa-systems-tests)
28
29
-[Multi-NUMA Systems Tests](#multi-numa-systems-tests)
@@ -568,6 +569,14 @@ of devices are still available. Without this extra bit of information, the
568
569
available after filtering by `TopologyHint`. This API, allows it to ultimately
569
570
perform a much better allocation, with minimal cost.
570
571
572
+
### Noteworthy developments since Topology Manager introduction
573
+
574
+
1.[Update Topology Manager algorithm for selecting "best" non-preferred hint](https://github.com/kubernetes/kubernetes/pull/108154)
575
+
In case of best-effort policy for Topology Manager, non-prefferered allocations are considered
576
+
in cases where resources need to be allocated from multiple NUMA nodes. For determining the best non-preferred hint, simply selecting the narrowest possible hint is not ideal and an improvement was made to handle scenarios where perfect alignment from a single NUMA node is not possible.
577
+
1.[Ability to take NUMA distances into consideration](https://github.com/kubernetes/kubernetes/pull/112914)
578
+
A new topology manager option was introduced which when enabled with `prefer-closest-numa-nodes` option was fine tunes the behavior of existing `restricted` and `best-effort` policies. NUMA nodes with shorter distance between them would be favored when making admission decisions.
579
+
571
580
### Test Plan
572
581
573
582
There is a presubmit job for Topology Manager, that will be run on
0 commit comments