-
Notifications
You must be signed in to change notification settings - Fork 368
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
Need to support integration with Multus #368
Comments
@xiaomingkou Thanks for the suggestion! Can you please provide additional context such as use cases, platforms, operating systems, etc. We would like to further discuss mutli-interface support and this would help us frame the problem and possible solutions. |
Thanks for your attention. In my case, I just need the basic second interface on some application pods. It should be similar to calico+multus. It's better if there will be some sample yamls to deploy a cluster with Antrea+multus easily. Please refer to https://github.com/k8snetworkplumbingwg/reference-deployment. I'm using ubuntu as k8s nodes os, might switch to photon in the future. The platform is vsphere. And SRIOV will also be involved. Thanks. |
@xiaomingkou : have you done some validation already? If yes, could you share your observations to understand the current gap? |
Folks any update on that? Do you have reference spec? |
+1, any updates? |
Indeed Multus is required for majority of Telco cases. What's the roadmap on adding Multus support? |
+1, roadmap would be very helpful. |
Our understanding is Multus should just work with Antrea (Antrea to be the primary CNI for Pod primary network interfaces, and Multus can manage Pod secondary interfaces). But not sure if anyone validated it or not. |
Switching this to documentation, as no change is required in Antrea (when using Antrea for the default network). Currently working on writing a guide on how to use Antrea with Multus, which will be added to this repo. |
We add documentation to show how Antrea can be used with Multus: Antrea is used as the default CNI plugin and an "arbitrary" plugin (in our case, macvlan) can be used to attach additional interfaces to designated Pods. Nothing is required on the Antrea side to make it work, so this is just to show how it can be used in practice. Fixes antrea-io#368
We add documentation to show how Antrea can be used with Multus: Antrea is used as the default CNI plugin and an "arbitrary" plugin (in our case, macvlan) can be used to attach additional interfaces to designated Pods. Nothing is required on the Antrea side to make it work, so this is just to show how it can be used in practice. Fixes antrea-io#368
We add documentation to show how Antrea can be used with Multus: Antrea is used as the default CNI plugin and an "arbitrary" plugin (in our case, macvlan) can be used to attach additional interfaces to designated Pods. Nothing is required on the Antrea side to make it work, so this is just to show how it can be used in practice. Fixes antrea-io#368
We add documentation to show how Antrea can be used with Multus: Antrea is used as the default CNI plugin and an "arbitrary" plugin (in our case, macvlan) can be used to attach additional interfaces to designated Pods. Nothing is required on the Antrea side to make it work, so this is just to show how it can be used in practice. Fixes antrea-io#368
We add documentation to show how Antrea can be used with Multus: Antrea is used as the default CNI plugin and an "arbitrary" plugin (in our case, macvlan) can be used to attach additional interfaces to designated Pods. Nothing is required on the Antrea side to make it work, so this is just to show how it can be used in practice. Fixes antrea-io#368
We add documentation to show how Antrea can be used with Multus: Antrea is used as the default CNI plugin and an "arbitrary" plugin (in our case, macvlan) can be used to attach additional interfaces to designated Pods. Nothing is required on the Antrea side to make it work, so this is just to show how it can be used in practice. Fixes antrea-io#368
Add cookbook on how to use Antrea with Multus We add documentation to show how Antrea can be used with Multus: Antrea is used as the default CNI plugin and an "arbitrary" plugin (in our case, macvlan) can be used to attach additional interfaces to designated Pods. Nothing is required on the Antrea side to make it work, so this is just to show how it can be used in practice. Fixes #368
Please give sample yamls as well.
The text was updated successfully, but these errors were encountered: