Skip to content

Commit

Permalink
Update kueue cmd
Browse files Browse the repository at this point in the history
to be able to pass custom multikueue controller
  • Loading branch information
mszadkow committed Jun 12, 2024
1 parent d902a47 commit b5aef69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/kueue/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ func setupControllers(mgr ctrl.Manager, cCache *cache.Cache, queues *queue.Manag
multikueue.WithGCInterval(cfg.MultiKueue.GCInterval.Duration),
multikueue.WithOrigin(ptr.Deref(cfg.MultiKueue.Origin, configapi.DefaultMultiKueueOrigin)),
multikueue.WithWorkerLostTimeout(cfg.MultiKueue.WorkerLostTimeout.Duration),
// we need to add the Controller Name here
); err != nil {
setupLog.Error(err, "Could not setup MultiKueue controller")
os.Exit(1)
Expand Down

0 comments on commit b5aef69

Please sign in to comment.