mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-13 11:25:19 +00:00
Change Oom to OOM
This commit is contained in:
@@ -311,7 +311,7 @@ func NewMainKubelet(
|
||||
return nil, err
|
||||
}
|
||||
|
||||
oomAdjuster := oom.NewOomAdjuster()
|
||||
oomAdjuster := oom.NewOOMAdjuster()
|
||||
procFs := procfs.NewProcFs()
|
||||
|
||||
// Initialize the runtime.
|
||||
|
||||
Reference in New Issue
Block a user