diff --git a/controllers/runner_controller.go b/controllers/runner_controller.go index 14a91815..5a472e5f 100644 --- a/controllers/runner_controller.go +++ b/controllers/runner_controller.go @@ -173,7 +173,7 @@ func (r *RunnerReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctr } } - log.Info("Successfully deleted egistration-only runner pod to free node and cluster resource") + log.Info("Successfully deleted registration-only runner pod to free node and cluster resource") // Return here to not recreate the deleted pod, because recreating it is the waste of cluster and node resource, // and also defeats the original purpose of scale-from/to-zero we're trying to implement by using the registration-only runner.