delete the persistentvolume labeler controller

This commit is contained in:
Andrew Kim
2019-02-26 11:20:53 -05:00
parent 74036c082a
commit 2901def8c3
6 changed files with 1 additions and 861 deletions

View File

@@ -111,7 +111,7 @@ func RegisterAllAdmissionPlugins(plugins *admission.Plugins) {
exists.Register(plugins)
noderestriction.Register(plugins)
nodetaint.Register(plugins)
label.Register(plugins) // DEPRECATED in favor of NewPersistentVolumeLabelController in CCM
label.Register(plugins) // DEPRECATED, future PVs should not rely on labels for zone topology
podnodeselector.Register(plugins)
podpreset.Register(plugins)
podtolerationrestriction.Register(plugins)