feature: support Memory QoS for cgroups v2
This commit is contained in:
@@ -491,7 +491,7 @@ func (cm *containerManagerImpl) setupNode(activePods ActivePodsFunc) error {
|
||||
if err := cm.createNodeAllocatableCgroups(); err != nil {
|
||||
return err
|
||||
}
|
||||
err = cm.qosContainerManager.Start(cm.getNodeAllocatableAbsolute, activePods)
|
||||
err = cm.qosContainerManager.Start(cm.GetNodeAllocatableAbsolute, activePods)
|
||||
if err != nil {
|
||||
return fmt.Errorf("failed to initialize top level QOS containers: %v", err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user