Merge pull request #97184 from chendave/add_status

Show the details on the failure of preemption
This commit is contained in:
Kubernetes Prow Robot
2021-01-15 10:25:51 -08:00
committed by GitHub
9 changed files with 122 additions and 73 deletions

View File

@@ -63,7 +63,7 @@ const (
// scheduler skip preemption.
// The accompanying status message should explain why the pod is unschedulable.
Unschedulable
// UnschedulableAndUnresolvable is used when a PreFilter plugin finds a pod unschedulable and
// UnschedulableAndUnresolvable is used when a plugin finds a pod unschedulable and
// preemption would not change anything. Plugins should return Unschedulable if it is possible
// that the pod can get scheduled with preemption.
// The accompanying status message should explain why the pod is unschedulable.