Merge pull request #90613 from Huang-Wei/cleanup-comments

cleanup: remove stale comments
This commit is contained in:
Kubernetes Prow Robot
2020-05-01 00:42:03 -07:00
committed by GitHub

View File

@@ -490,9 +490,6 @@ func MakeDefaultErrorFunc(client clientset.Interface, podQueue internalqueue.Sch
Name: pod.Name,
}
// An unschedulable pod will be placed in the unschedulable queue.
// This ensures that if the pod is nominated to run on a node,
// scheduler takes the pod into account when running predicates for the node.
// Get the pod again; it may have changed/been scheduled already.
getBackoff := initialGetBackoff
for {