Skip to content

Commit

Permalink
Revert "starting controller runtime manager (#3471)" (#3489)
Browse files Browse the repository at this point in the history
This reverts commit e923f1a.
  • Loading branch information
wild-endeavor authored Mar 17, 2023
1 parent e923f1a commit b6b0da7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions cmd/single/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,14 +133,6 @@ func startPropeller(ctx context.Context, cfg Propeller) error {
})
}

g.Go(func() error {
err := propellerEntrypoint.StartControllerManager(childCtx, mgr)
if err != nil {
logger.Fatalf(childCtx, "Failed to start controller manager. Error: %v", err)
}
return err
})

if !cfg.Disabled {
g.Go(func() error {
logger.Infof(childCtx, "Starting Flyte Propeller...")
Expand Down

0 comments on commit b6b0da7

Please sign in to comment.