kubernetes: Make IPVS errors more verbose
So while digging into https://github.com/kubernetes/kubernetes/issues/89520 I’ve faced that the IPVS code isn’t as verbose as the rest of the code, turning pretty hard to debug and identify where an error is ocurring.
The pkg/utils/ipvs
package could contain a little bit more klog.Errorf in the `` if err !=nil as an example of a missing part here: https://github.com/kubernetes/kubernetes/blob/release-1.18/pkg/util/ipvs/ipvs_linux.go#L184-L186
/sig network /priority important-long-term /good-first-issue
/cc @aojea
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Reactions: 1
- Comments: 17 (16 by maintainers)
Sent PR https://github.com/kubernetes/kubernetes/pull/89896 Cc. @rikatz @duboc
@rikatz: Those labels are not set on the issue:
triage/unresolved
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.