Skip to content

Commit

Permalink
big yellow warning for a thing that should not happen
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek committed Jan 21, 2025
1 parent 1584a52 commit 4e3401b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/node-labeler/cmd/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@ func (c *NodeScaledownAnnotationController) Reconcile(ctx context.Context, req c
c.queueNodeForReconciliation(ws.Status.Runtime.NodeName)
}

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

Expand Down

0 comments on commit 4e3401b

Please sign in to comment.