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

For ovs-cni to generate the veth interface name on the host to bind with the Pod #309

Open
jiayoukun opened this issue May 7, 2024 · 1 comment

Comments

@jiayoukun
Copy link

The generated veth to the host-side ovs bridge needs to be diverted through the flow table, but the veth name is a piece of random numbers, making it an unfriendly correspondence with the Pod.
Is there a better way?
Waiting for your reply, thanks!

@cybercoder
Copy link

As far as I know, OpenFlow limits port names to 15 bytes. So It's better to attach the generated random name somewhere accessible. I have this problem with Multus and ovs cni, I can't find out which ovs port belongs to which machine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants