Merge pull request #83894 from notpad/feature/migration_nodevolumelimit

[migration phase 1] CSIMaxVolumeLimitChecker as filter plugin
This commit is contained in:
Kubernetes Prow Robot
2019-10-17 19:50:41 -07:00
committed by GitHub
9 changed files with 763 additions and 21 deletions

View File

@@ -132,7 +132,6 @@ func TestSchedulerCreationFromConfigMap(t *testing.T) {
"GeneralPredicates",
"MatchInterPodAffinity",
"MaxAzureDiskVolumeCount",
"MaxCSIVolumeCountPred",
"MaxEBSVolumeCount",
"MaxGCEPDVolumeCount",
),
@@ -146,6 +145,7 @@ func TestSchedulerCreationFromConfigMap(t *testing.T) {
"FilterPlugin": {
{Name: "VolumeRestrictions"},
{Name: "TaintToleration"},
{Name: "NodeVolumeLimits"},
{Name: "VolumeBinding"},
{Name: "VolumeZone"},
},
@@ -203,7 +203,6 @@ kind: Policy
"GeneralPredicates",
"MatchInterPodAffinity",
"MaxAzureDiskVolumeCount",
"MaxCSIVolumeCountPred",
"MaxEBSVolumeCount",
"MaxGCEPDVolumeCount",
),
@@ -217,6 +216,7 @@ kind: Policy
"FilterPlugin": {
{Name: "VolumeRestrictions"},
{Name: "TaintToleration"},
{Name: "NodeVolumeLimits"},
{Name: "VolumeBinding"},
{Name: "VolumeZone"},
},