Patch newly dynamically provisioned PV with volume info to restore custom setting of PV

Signed-off-by: allenxu404 <qix2@vmware.com>
This commit is contained in:
allenxu404
2024-03-18 17:32:35 +08:00
parent 6ec1701b27
commit 67b5e82d49
10 changed files with 569 additions and 20 deletions

View File

@@ -997,6 +997,7 @@ func (s *server) runControllers(defaultVolumeSnapshotLocations map[string]string
newPluginManager,
backupStoreGetter,
s.metrics,
s.crClient,
).SetupWithManager(s.mgr); err != nil {
s.logger.Fatal(err, "unable to create controller", "controller", controller.RestoreFinalizer)
}