Merge pull request #91775 from cofyc/fix91755

VolumeBinding: Skip/fail fast in PreFilter phase and improve error reporting
This commit is contained in:
Kubernetes Prow Robot
2020-06-12 10:47:56 -07:00
committed by GitHub
13 changed files with 366 additions and 91 deletions

View File

@@ -106,6 +106,7 @@ func TestSchedulerCreationFromConfigMap(t *testing.T) {
"PreFilterPlugin": {
{Name: "NodeResourcesFit"},
{Name: "NodePorts"},
{Name: "VolumeBinding"},
{Name: "PodTopologySpread"},
{Name: "InterPodAffinity"},
},
@@ -200,6 +201,7 @@ kind: Policy
"PreFilterPlugin": {
{Name: "NodeResourcesFit"},
{Name: "NodePorts"},
{Name: "VolumeBinding"},
{Name: "PodTopologySpread"},
{Name: "InterPodAffinity"},
},