diff --git a/cmd/worker/worker.go b/cmd/worker/worker.go index 27260f3568ae..9d92766f1c55 100644 --- a/cmd/worker/worker.go +++ b/cmd/worker/worker.go @@ -143,9 +143,9 @@ func (c *Command) Start(ctx context.Context) error { if c.CriSocket == "" { componentManager.Add(ctx, worker.NewContainerd(c.Logging["containerd"], c.K0sVars, workerConfig)) + componentManager.Add(ctx, worker.NewOCIBundleReconciler(c.K0sVars)) } - componentManager.Add(ctx, worker.NewOCIBundleReconciler(c.K0sVars)) if c.WorkerProfile == "default" && runtime.GOOS == "windows" { c.WorkerProfile = "default-windows" }