mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-03 11:48:15 +00:00
Fix spelling in container manager error message
This commit is contained in:
@@ -366,7 +366,7 @@ func (cm *containerManagerImpl) setupNode(activePods ActivePodsFunc) error {
|
|||||||
}
|
}
|
||||||
err = cm.qosContainerManager.Start(cm.getNodeAllocatableAbsolute, activePods)
|
err = cm.qosContainerManager.Start(cm.getNodeAllocatableAbsolute, activePods)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return fmt.Errorf("failed to initialise top level QOS containers: %v", err)
|
return fmt.Errorf("failed to initialize top level QOS containers: %v", err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user