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:
Kubernetes Submit Queue
2016-08-18 04:00:05 -07:00
committed by GitHub
2 changed files with 53 additions and 34 deletions

View File

@@ -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)