chore: correct logging typo (#904)

This commit is contained in:
apr-1985 2021-10-22 01:03:23 +01:00 committed by GitHub
parent 79d63acded
commit 0d3de9ee2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.