Commit 87343f32 authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #17083 from zhengguoyong/add_log

Auto commit by PR queue bot
parents 440bdd27 7ef35b15
......@@ -308,6 +308,7 @@ func podsOnNodes(c *client.Client, podNamespace string, labelSelector labels.Sel
return false, nil
}
if pod.Status.Phase != api.PodRunning {
glog.Infof("Pod %q is not running, status: %v", podString, pod.Status.Phase)
return false, nil
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment