Share pod volume binding cache via framework.CycleState

This commit is contained in:
Yecheng Fu
2020-06-17 20:43:15 +08:00
parent db8a88721e
commit ee4d7410be
6 changed files with 134 additions and 335 deletions

View File

@@ -157,11 +157,6 @@ func getDefaultConfig() *schedulerapi.Plugins {
{Name: defaultbinder.Name},
},
},
PostBind: &schedulerapi.PluginSet{
Enabled: []schedulerapi.Plugin{
{Name: volumebinding.Name},
},
},
}
}