Skip to content

Commit 4e3401b

Browse files
committed
big yellow warning for a thing that should not happen
1 parent 1584a52 commit 4e3401b

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

components/node-labeler/cmd/run.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,7 @@ func (c *NodeScaledownAnnotationController) Reconcile(ctx context.Context, req c
410410
c.queueNodeForReconciliation(ws.Status.Runtime.NodeName)
411411
}
412412

413+
log.WithField("runtime", ws.Status.Runtime).Warn("reconciling object with no Runtime/NodeName, which wasn't filtered out by workspaceFilter")
413414
return ctrl.Result{}, nil
414415
}
415416

0 commit comments

Comments
 (0)