Skip to content

Commit 5944db9

Browse files
Add logs
1 parent 3e66161 commit 5944db9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/controllers/machinepool/machinepool_controller_noderef.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ func (r *Reconciler) reconcileNodeRefs(ctx context.Context, s *scope) (ctrl.Resu
8484

8585
// If node not found or UID doesn't match, mark as invalid
8686
if !exists || foundNode.UID != nodeRef.UID {
87+
log.V(1).Info("NodeRefs do not match current Nodes, will reassign")
8788
validNodeRefs = false
8889
break
8990
}

0 commit comments

Comments
 (0)