Description of problem: oc reports the daemonset pods status as "Running" if the related node is "NotReady". Version-Release number of selected component (if applicable): 4.10 How reproducible: 100% Steps to Reproduce: 1. Manually shutdown a cluster node 2. Wait until the node became NotReady 3. Run "oc get pod" in any of the namespaces having Daemonsets pods to see status is not changed from "Running" for the ones running on the shutter down node. For example, execute "oc get pod -n openshift-dns -o wide" Actual results: oc still report the pod as "Running". Expected results: The pod shouldn't be marked Running if the node is NotReady Additional info: In Openshift 3.11 oc reports daemonset pods as "NodeLost" when the node is "NotReady"
*** This bug has been marked as a duplicate of bug 2088726 ***