Skip to content

Commit

Permalink
Merge pull request #48 from bennyz/run-informer
Browse files Browse the repository at this point in the history
Run config informers when starting the operator
  • Loading branch information
openshift-merge-robot committed Feb 17, 2021
2 parents 4915b41 + 31d0989 commit f1ca84c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/operator/starter.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ func (o *CSIOperator) RunOperator(ctx context.Context, controllerConfig *control
klog.Info("Starting the informers")
go kubeInformersForNamespaces.Start(ctx.Done())
go dynamicInformers.Start(ctx.Done())
go configInformers.Start(ctx.Done())

klog.Info("Starting controllerset")
go csiControllerSet.Run(ctx, 1)
Expand Down

0 comments on commit f1ca84c

Please sign in to comment.