Merge pull request #77994 from gnufied/csi-resize-migration

Handle CSI volume resize migration.
This commit is contained in:
Kubernetes Prow Robot
2019-05-29 21:28:43 -07:00
committed by GitHub
9 changed files with 523 additions and 29 deletions

View File

@@ -244,6 +244,7 @@ func startVolumeExpandController(ctx ControllerContext) (http.Handler, bool, err
ctx.ClientBuilder.ClientOrDie("expand-controller"),
ctx.InformerFactory.Core().V1().PersistentVolumeClaims(),
ctx.InformerFactory.Core().V1().PersistentVolumes(),
ctx.InformerFactory.Storage().V1().StorageClasses(),
ctx.Cloud,
ProbeExpandableVolumePlugins(ctx.ComponentConfig.PersistentVolumeBinderController.VolumeConfiguration))