Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
pbacsko committed Dec 6, 2024
1 parent c4a3270 commit a690773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/plugin/scheduler_plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ func (sp *YuniKornSchedulerPlugin) PostBind(_ context.Context, _ *framework.Cycl
// NewSchedulerPlugin initializes a new plugin and returns it
func NewSchedulerPlugin(_ context.Context, _ runtime.Object, handle framework.Handle) (framework.Plugin, error) {
log.Log(log.ShimSchedulerPlugin).Info(conf.GetBuildInfoString())
log.Log(log.ShimSchedulerPlugin).Warn("The plugin mode has been deprecated and will be removed in a future release. Consider migrating to Yunikorn standalone mode.")
log.Log(log.ShimSchedulerPlugin).Warn("The plugin mode has been deprecated and will be removed in a future release. Consider migrating to YuniKorn standalone mode.")

Check warning on line 272 in pkg/plugin/scheduler_plugin.go

View check run for this annotation

Codecov / codecov/patch

pkg/plugin/scheduler_plugin.go#L272

Added line #L272 was not covered by tests

configMaps, err := client.LoadBootstrapConfigMaps()
if err != nil {
Expand Down

0 comments on commit a690773

Please sign in to comment.