contiv / netplugin

Container networking for various use cases
Apache License 2.0
514 stars 177 forks source link

k8s plugin labels #1156

Closed networkop closed 6 years ago

networkop commented 6 years ago

Hi, I'm trying to use Multus together with contiv to connect pods to multiple contiv networks and so far the only option I've seen to specify a network to connect to is to use pod labels.

Is there an option to specify labels in CNI configuration file (e.g. in "args") as opposed to doing it in POD?

jojimt commented 6 years ago

No, there isn't.

networkop commented 6 years ago

gotcha