Skip to content

Commit

Permalink
print out all registered controllers (#1824)
Browse files Browse the repository at this point in the history
  • Loading branch information
MeenuyD authored Nov 24, 2023
1 parent 8d7c4fd commit ad93a6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/yurtmanager/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ func SetupWithManager(ctx context.Context, c *config.CompletedConfig, m manager.
continue
}
return err
} else {
klog.Infof("controller %s is added", controllerName)
}
}

Expand Down

0 comments on commit ad93a6d

Please sign in to comment.