Skip to content

Commit cd04b13

Browse files
authored
Merge pull request kubernetes#80882 from ravisantoshgudimetla/add-logging
Don't supress the node update error while logging
2 parents 48e3811 + 2d8a021 commit cd04b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/framework/util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2105,7 +2105,7 @@ func AddOrUpdateAvoidPodOnNode(c clientset.Interface, nodeName string, avoidPods
21052105
if !apierrs.IsConflict(err) {
21062106
ExpectNoError(err)
21072107
} else {
2108-
e2elog.Logf("Conflict when trying to add/update avoidPonds %v to %v", avoidPods, nodeName)
2108+
e2elog.Logf("Conflict when trying to add/update avoidPods %v to %v with error %v", avoidPods, nodeName, err)
21092109
}
21102110
}
21112111
return true, nil

0 commit comments

Comments
 (0)