From 79963ac8fb6981f060187bfafb9779133dc5d0aa Mon Sep 17 00:00:00 2001 From: Wei Huang Date: Wed, 29 Apr 2020 13:51:25 -0700 Subject: [PATCH] cleanup: remove stale comments --- pkg/scheduler/factory.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkg/scheduler/factory.go b/pkg/scheduler/factory.go index 669966ea74f..45eeef4293d 100644 --- a/pkg/scheduler/factory.go +++ b/pkg/scheduler/factory.go @@ -491,9 +491,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 {