You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Any failures after this point cannot lead to the Pod being considered unschedulable.
313
-
// We define the Pod as "unschedulable" only when Pods are rejected at specific extension points, and PreBind is the last one in the scheduling/binding cycle.
296
+
// We define the Pod as "unschedulable" only when Pods are rejected at specific extension points, and Permit is the last one in the scheduling/binding cycle.
297
+
// If a Pod fails on PreBind or Bind, it should be moved to BackoffQ for retry.
314
298
//
315
299
// We can call Done() here because
316
-
// we can free the cluster events stored in the scheduling queue sonner, which is worth for busy clusters memory consumption wise.
300
+
// we can free the cluster events stored in the scheduling queue sooner, which is worth for busy clusters memory consumption wise.
0 commit comments