mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-09-13 21:18:05 +00:00
Refine multus config file (masterplugin and always_use_default)
This fix removes 'masterplugin' and 'always_use_default' from multus config file. default network, defined in /etc/cni/net.d/*conf should be master and this network should be used as default from network plumbing working group draft.
This commit is contained in:
committed by
Kuralamudhan Ramakrishnan
parent
600ca0824b
commit
215ddb5a1d
@@ -29,7 +29,6 @@ type NetConf struct {
|
||||
CNIDir string `json:"cniDir"`
|
||||
Delegates []map[string]interface{} `json:"delegates"`
|
||||
Kubeconfig string `json:"kubeconfig"`
|
||||
UseDefault bool `json:"always_use_default"`
|
||||
}
|
||||
|
||||
type Network struct {
|
||||
|
Reference in New Issue
Block a user