From 0d3de9ee2ab771e9aba5f622d5d281302c7febeb Mon Sep 17 00:00:00 2001 From: apr-1985 Date: Fri, 22 Oct 2021 01:03:23 +0100 Subject: [PATCH] chore: correct logging typo (#904) --- controllers/runner_controller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.