We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0a1889 commit 5fa68adCopy full SHA for 5fa68ad
pkg/controllers/pod_controller.go
@@ -90,7 +90,6 @@ func (r *PodReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.R
90
return ctrl.Result{}, err
91
}
92
if leaderDeleted {
93
- log.V(2).Info("restarting the group")
94
return ctrl.Result{}, nil
95
96
0 commit comments