Merge pull request #83982 from lichuqiang/frame_mig1

[migration phase 1] MatchInterPodAffinity as filter plugin
This commit is contained in:
Kubernetes Prow Robot
2019-10-18 09:23:58 -07:00
committed by GitHub
7 changed files with 1584 additions and 12 deletions

View File

@@ -129,7 +129,6 @@ func TestSchedulerCreationFromConfigMap(t *testing.T) {
"CheckNodeDiskPressure",
"CheckNodeMemoryPressure",
"CheckNodePIDPressure",
"MatchInterPodAffinity",
"MaxAzureDiskVolumeCount",
"MaxEBSVolumeCount",
"MaxGCEPDVolumeCount",
@@ -151,6 +150,7 @@ func TestSchedulerCreationFromConfigMap(t *testing.T) {
{Name: "NodeVolumeLimits"},
{Name: "VolumeBinding"},
{Name: "VolumeZone"},
{Name: "InterPodAffinity"},
},
"ScorePlugin": {
{Name: "ImageLocality", Weight: 1},
@@ -203,7 +203,6 @@ kind: Policy
"CheckNodeDiskPressure",
"CheckNodeMemoryPressure",
"CheckNodePIDPressure",
"MatchInterPodAffinity",
"MaxAzureDiskVolumeCount",
"MaxEBSVolumeCount",
"MaxGCEPDVolumeCount",
@@ -225,6 +224,7 @@ kind: Policy
{Name: "NodeVolumeLimits"},
{Name: "VolumeBinding"},
{Name: "VolumeZone"},
{Name: "InterPodAffinity"},
},
"ScorePlugin": {
{Name: "ImageLocality", Weight: 1},