Merge pull request #30737 from saad-ali/fix29358Round2
Automatic merge from submit-queue Skip safe to detach check if node API object no longer exists Fixes #29358
This commit is contained in:
@@ -67,7 +67,7 @@ func (nsu *nodeStatusUpdater) UpdateNodeStatuses() error {
|
||||
"Could not update node status. Failed to find node %q in NodeInformer cache. %v",
|
||||
nodeName,
|
||||
err)
|
||||
return nil
|
||||
continue
|
||||
}
|
||||
|
||||
node, ok := nodeObj.(*api.Node)
|
||||
|
||||
Reference in New Issue
Block a user