We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0405fcd commit eb3a811Copy full SHA for eb3a811
components/node-labeler/cmd/run.go
@@ -489,8 +489,6 @@ func (c *NodeScaledownAnnotationController) updateNodeAnnotation(ctx context.Con
489
return c.Update(ctx, &node)
490
}
491
492
- log.WithField("nodeName", nodeName).Info("skipped updating node annotation: no change needed")
493
-
494
return nil
495
})
496
0 commit comments