diff --git a/pkg/scheduler/framework/interface.go b/pkg/scheduler/framework/interface.go index d8ac59d47e7..a5cd03192b1 100644 --- a/pkg/scheduler/framework/interface.go +++ b/pkg/scheduler/framework/interface.go @@ -432,6 +432,9 @@ type FilterPlugin interface { // All FilterPlugins should return "Success" to declare that // the given node fits the pod. If Filter doesn't return "Success", // it will return "Unschedulable", "UnschedulableAndUnresolvable" or "Error". + // + // "Error" aborts pod scheduling and puts the pod into the backoff queue. + // // For the node being evaluated, Filter plugins should look at the passed // nodeInfo reference for this particular node's information (e.g., pods // considered to be running on the node) instead of looking it up in the