glog.Errorf("couldn't parse version %q of node %v",node.Status.NodeInfo.KubeletVersion,err)
returntrue
}
ifv.LessThan(podStatusReconciliationVersion){
glog.Infof("Node %v running kubelet at (%v) which is less than the minimum version that allows nodecontroller to mark pods NotReady (%v).",node.Name,v,podStatusReconciliationVersion)
returntrue
}
returnfalse
}
// NodeExistsInCloudProvider returns true if the node exists in the
// NodeExistsInCloudProvider returns true if the node exists in the