Skip to content

Commit ccb426c

Browse files
committed
1
Signed-off-by: Manuel de Brito Fontes <[email protected]>
1 parent c2f123a commit ccb426c

File tree

1 file changed

+2
-0
lines changed
  • components/node-labeler/cmd

1 file changed

+2
-0
lines changed

components/node-labeler/cmd/run.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ type PodReconciler struct {
137137
}
138138

139139
func (r *PodReconciler) Reconcile(ctx context.Context, req reconcile.Request) (reconcile.Result, error) {
140+
log.WithField("pod", req.Name).Info("reconciling")
141+
140142
var pod corev1.Pod
141143
err := r.Get(ctx, req.NamespacedName, &pod)
142144
if err != nil {

0 commit comments

Comments
 (0)