Fix confusing logs from pv and pvc controllers (#1487)

Ref https://github.com/actions-runner-controller/actions-runner-controller/issues/1321#issuecomment-1137431212
This commit is contained in:
Yusuke Kuoka
2022-05-26 18:21:23 +09:00
committed by GitHub
parent 18bfb28c0b
commit 9dd26168d6
2 changed files with 13 additions and 9 deletions

View File

@@ -50,8 +50,6 @@ func (r *RunnerPersistentVolumeClaimReconciler) Reconcile(ctx context.Context, r
return ctrl.Result{}, client.IgnoreNotFound(err)
}
log.Info("Reconciling runner pvc")
res, err := syncPVC(ctx, r.Client, log, req.Namespace, &pvc)
if res == nil {