We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6dcae3c + 414c310 commit b47d2cfCopy full SHA for b47d2cf
1 file changed
pkg/controllers/tagging/tagging_controller.go
@@ -171,7 +171,7 @@ func NewTaggingController(
171
// and when it gets tagged, there might be another event which put the same item in the work queue
172
// (since the node won't have the labels yet) and hence prevents us from making an unnecessary EC2 call.
173
if !tc.isTaggingRequired(node) {
174
- klog.Infof("Skip putting node %s in work queue since it was already tagged earlier.", node.GetName())
+ klog.V(3).Infof("Skip putting node %s in work queue since it was already tagged earlier.", node.GetName())
175
return
176
}
177
0 commit comments