Skip to content
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

MTU auto configuration #129

Closed
4 tasks done
ymmt2005 opened this issue Nov 10, 2020 · 0 comments
Closed
4 tasks done

MTU auto configuration #129

ymmt2005 opened this issue Nov 10, 2020 · 0 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@ymmt2005
Copy link
Member

ymmt2005 commented Nov 10, 2020

What

It is handy to configure the MTU of veth links automatically.

c.f. https://itnext.io/benchmark-results-of-kubernetes-network-plugins-cni-over-10gbit-s-network-updated-august-2020-6e1b757b9e49

How

In coild,

  1. List all physical Device links with up status: https://pkg.go.dev/github.com/vishvananda/netlink#Device
  2. Choose the minimum MTU among the links
  3. Create veth links with the detected value

Checklist

  • Finish implentation of the issue
  • Test all functions
  • Have enough logs to trace activities
  • Notify developers of necessary actions
@ymmt2005 ymmt2005 added the good first issue Good for newcomers label Nov 10, 2020
@ymmt2005 ymmt2005 self-assigned this Nov 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants