-
Notifications
You must be signed in to change notification settings - Fork 600
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Multus with Contiv #161
Comments
@networkop Could you please explain the details. FYI https://github.com/contiv/vpp/tree/master/cmd/contiv-cni |
Hi @rkamudhan , sure. apiVersion: v1
kind: Pod
metadata:
labels:
io.contiv.network: contiv-net What I want is to use multus to attach a pod to multiple contiv networks, which would have been possible if I could specify But now I've had a closer look at the contiv cni plugin and it looks like they're taking those label values by quering api server directly and not from a cni configuration file, so doesn't look like it's possible. |
I have the same question: how to integrate Multus with Contiv correctly? |
I'm interested in integrating contiv with multus as well. @networkop didn't solved it as it didn't seem possible at the time. But that was in 2018. Maybe things changed since then. |
Hi, I was wondering, since you've mentioned Contiv as one of the CNI plugins you support, has anyone done any real work integrating the two? I'm struggling to understand how to pass network names to contiv through CNI configuration in NetworkAttachmentDefinition, since by default they try to read them from pod labels.
The text was updated successfully, but these errors were encountered: