Fix spelling in container manager error message
This commit is contained in:
parent
fcd9b7f7ba
commit
bd64b3b15c
@ -366,7 +366,7 @@ func (cm *containerManagerImpl) setupNode(activePods ActivePodsFunc) error {
|
||||
}
|
||||
err = cm.qosContainerManager.Start(cm.getNodeAllocatableAbsolute, activePods)
|
||||
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)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user