Add NUMA Node awareness to the TopologyManager

This commit is contained in:
Kevin Klues
2019-08-21 15:14:35 +02:00
parent d7ecc85239
commit 5660cd3cfb
4 changed files with 50 additions and 43 deletions

View File

@@ -289,6 +289,7 @@ func NewContainerManager(mountUtil mount.Interface, cadvisorInterface cadvisor.I
if utilfeature.DefaultFeatureGate.Enabled(kubefeatures.TopologyManager) {
cm.topologyManager, err = topologymanager.NewManager(
numaNodeInfo,
nodeConfig.ExperimentalTopologyManagerPolicy,
)