Skip to content

Commit

Permalink
feat(v2 upgrade/controller): handle resources transition
Browse files Browse the repository at this point in the history
Longhorn 9104

Signed-off-by: Derek Su <[email protected]>
  • Loading branch information
derekbit committed Dec 15, 2024
1 parent 83cfcce commit 5309a72
Show file tree
Hide file tree
Showing 10 changed files with 1,452 additions and 157 deletions.
2 changes: 1 addition & 1 deletion controller/controller_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func StartControllers(logger logrus.FieldLogger, clients *client.Clients,
stopCh := clients.StopCh

// Longhorn controllers
replicaController, err := NewReplicaController(logger, ds, scheme, kubeClient, namespace, controllerID)
replicaController, err := NewReplicaController(logger, ds, scheme, kubeClient, namespace, controllerID, proxyConnCounter)
if err != nil {
return nil, err
}
Expand Down
Loading

0 comments on commit 5309a72

Please sign in to comment.