mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-04-19 00:47:25 +00:00
correct spelling error in kernel_monitor.go
This commit is contained in:
@@ -181,7 +181,7 @@ func (k *kernelMonitor) generateStatus(logs []*kerntypes.KernelLog, rule kerntyp
|
||||
func (k *kernelMonitor) initializeStatus() {
|
||||
// Initialize the default node conditions
|
||||
k.conditions = initialConditions(k.config.DefaultConditions)
|
||||
glog.Infof("Initalize condition generated: %+v", k.conditions)
|
||||
glog.Infof("Initialize condition generated: %+v", k.conditions)
|
||||
// Update the initial status
|
||||
k.output <- &types.Status{
|
||||
Source: k.config.Source,
|
||||
|
||||
Reference in New Issue
Block a user