Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: clyi <[email protected]>
  • Loading branch information
changluyi committed Dec 6, 2024
1 parent 165178e commit 12e17fe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -918,9 +918,6 @@ func Run(ctx context.Context, config *Configuration) {
}); err != nil {
util.LogFatalAndExit(err, "failed to add VMI Migration event handler")
}
}

if controller.config.EnableLiveMigrationOptimize {
controller.StartMigrationInformerFactory(ctx, kubevirtInformerFactory)
}

Expand Down

0 comments on commit 12e17fe

Please sign in to comment.