Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for RunPostFilterPlugins (0.19 sec)

  1. pkg/scheduler/framework/interface.go

    	// RunPostFilterPlugins runs the set of configured PostFilter plugins.
    	// PostFilter plugins can either be informational, in which case should be configured
    	// to execute first and return Unschedulable status, or ones that try to change the
    	// cluster state to make the pod potentially schedulable in a future scheduling cycle.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 15:52:16 UTC 2024
    - 35.4K bytes
    - Viewed (0)
  2. pkg/scheduler/schedule_one.go

    		}
    
    		// Run PostFilter plugins to attempt to make the pod schedulable in a future scheduling cycle.
    		result, status := fwk.RunPostFilterPlugins(ctx, state, pod, fitError.Diagnosis.NodeToStatusMap)
    		msg := status.Message()
    		fitError.Diagnosis.PostFilterMsg = msg
    		if status.Code() == framework.Error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 13:28:08 UTC 2024
    - 43.4K bytes
    - Viewed (0)
Back to top