Skip to content

Commit

Permalink
Merge pull request #667 from l1b0k/release-1.8
Browse files Browse the repository at this point in the history
daemon: reduce noise
  • Loading branch information
BSWANG authored Aug 26, 2024
2 parents 6de5139 + 23c49fe commit 252fbca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/eni/local.go
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ func (l *Local) sync() {

ipv4, ipv6, err := l.factory.LoadNetworkInterface(l.eni.MAC)
if err != nil {
_ = tracing.RecordNodeEvent(corev1.EventTypeWarning, string(types.ErrOpenAPIErr), fmt.Sprintf("failed to sync eni, %s", err.Error()))
logf.Log.Error(err, "failed to sync eni")
return
}

Expand Down

0 comments on commit 252fbca

Please sign in to comment.