-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using this package without ipvs doesn't return error #27
Comments
This is output on a statically linked kernel where ipvs is configured:
Please drop the "WARN". To use a statically linked kernel is not an "odd thing". When using moby/ipvs in a system that tries to use structured logging, printouts like this from a library is an annoyance. |
uablrek
pushed a commit
to Nordix/kubernetes
that referenced
this issue
Dec 24, 2022
Handle moby/ipvs#27 A work-around was already in place, but a segv would occur when the bug is fixed. That will not happen now.
jaehnri
pushed a commit
to jaehnri/kubernetes
that referenced
this issue
Jan 3, 2023
Handle moby/ipvs#27 A work-around was already in place, but a segv would occur when the bug is fixed. That will not happen now.
Is this project still active? |
@thaJeztah, can you help see this problem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I use you example, slightly modified;
And run on a kernel where ipvs is not configured. Output:
So, that ipvs can't be loaded is obviously noted, but even so err==nil is returned.
This is a serious bug, which enforces weird work-arounds do detect if ipvs can be used:
https://github.com/Nordix/kubernetes/blob/68d78c89eccf2d2f381033c836472d53f3ba41c9/pkg/proxy/ipvs/proxier.go#L692-L694
The text was updated successfully, but these errors were encountered: