-
Notifications
You must be signed in to change notification settings - Fork 469
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
Use libnetwork/ipvs instead of libipvs #101
Conversation
I just ran a test on 40 services on 6 node cluster on AWS with script
Seems to be working fine. I am running test on larger cluster size 1 master + 10 nodes to see if we see any issues |
We need a
For now some of the log output is not correct for protocol as shown.
|
On 11 node (1 master, 10 nodes) cluster deployed through KOPS. With 150 services. So effectivley tests on 1650 NodePort (11 * 150) services looked fine.
|
LGTM. Tests results indicate no sign of issues and services and endpoitns updates are getting translated into IPVS config smoothly. |
Swap libipvs for libnetwork/ipvs
Benefits
Caveats