Additing additional "Delegate" CNIs in multus config

Posted on

I am referring to multus config here.

In multus config, it is possible to specify multiple delegates (delegates ([]map,required): number of delegate details in the Multus).

So, using above multiple delegates options in Multus, it is possible to create pods with multiple interfaces without any need for any additional annotations, as mentioned here.
This way all the pods in the cluster will get the additional interface (corresponding to number of delegates configured in Multus).

However, in the cluster specs (using: oc edit networks.operator.openshift.io cluster), how can I add additional Multus delegates?

Responses