delete continue in monitorNodeStatus
the continue will run at the end of the for loop, we do not need it
This commit is contained in:
@@ -517,7 +517,6 @@ func (nc *NodeController) monitorNodeStatus() error {
|
||||
glog.Errorf("Unable to forcefully delete node %q: %v", nodeName, err)
|
||||
}
|
||||
}(node.Name)
|
||||
continue
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user