Cleanup: Audit log and error capitalization
This commit is contained in:
@@ -1338,7 +1338,7 @@ func (kl *Kubelet) initializeModules() error {
|
||||
|
||||
// Start out of memory watcher.
|
||||
if err := kl.oomWatcher.Start(kl.nodeRef); err != nil {
|
||||
return fmt.Errorf("Failed to start OOM watcher %v", err)
|
||||
return fmt.Errorf("failed to start OOM watcher %v", err)
|
||||
}
|
||||
|
||||
// Start resource analyzer
|
||||
|
||||
Reference in New Issue
Block a user