Skip to content

Commit

Permalink
improved debugging messages in disableExcludeFromELBs
Browse files Browse the repository at this point in the history
  • Loading branch information
amorey committed Jun 25, 2021
1 parent 62d7dbf commit 76ab636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kured/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ func disableExcludeFromELBs(client *kubernetes.Clientset, nodeID string) {

// Different label value found
if labelVal != ExcludeFromELBsLabelVal {
log.Warnf("Found ExcludeFromELBs label on node with value: %s (no action taken)", labelVal)
log.Debugf("Found ExcludeFromELBs label on node with value: '%s' (no action taken)", labelVal)
return
}

Expand Down

0 comments on commit 76ab636

Please sign in to comment.