Merge pull request #74615 from andrewsykim/delete-pvl-controller

Delete the out-of-tree PV labeler controller
This commit is contained in:
Kubernetes Prow Robot
2019-03-05 08:16:03 -08:00
committed by GitHub
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)