k8snetworkplumbingwg / multus-cni

A CNI meta-plugin for multi-homed pods in Kubernetes
Apache License 2.0
2.29k stars 575 forks source link

Using --multus-master-cni-file-name with thick plugin #1224

Closed poojapatil010677 closed 5 months ago

poojapatil010677 commented 5 months ago

I am trying to use the --multus-master-cni-file-name with the thick plugin by following the instructions given here: https://github.com/k8snetworkplumbingwg/multus-cni/blob/master/docs/how-to-use.md

But it does not work as expected. I passed the flag under args in the daemonset yaml. I even tried passing it from the mults-daemon configmap. Nothing seems to work.

Is this flag supported for thick plugin or only thin plugin?