Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getLowerPriorityNominatedPods (0.4 sec)

  1. pkg/scheduler/framework/preemption/preemption.go

    	// this node. So, we should remove their nomination. Removing their
    	// nomination updates these pods and moves them to the active queue. It
    	// lets scheduler find another place for them.
    	nominatedPods := getLowerPriorityNominatedPods(logger, fh, pod, c.Name())
    	if err := util.ClearNominatedNodeName(ctx, cs, nominatedPods...); err != nil {
    		logger.Error(err, "Cannot clear 'NominatedNodeName' field")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 15:52:16 UTC 2024
    - 25.1K bytes
    - Viewed (0)
Back to top