From a690773a56643cd3517011728e18019284c2223e Mon Sep 17 00:00:00 2001 From: Peter Bacsko Date: Fri, 6 Dec 2024 21:09:44 +0100 Subject: [PATCH] spelling --- pkg/plugin/scheduler_plugin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/plugin/scheduler_plugin.go b/pkg/plugin/scheduler_plugin.go index 88450dbf1..047f363e8 100644 --- a/pkg/plugin/scheduler_plugin.go +++ b/pkg/plugin/scheduler_plugin.go @@ -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.") configMaps, err := client.LoadBootstrapConfigMaps() if err != nil {