Throughout the kubernetes documentation I noticed how to setup a CNI
provider using the --cni-conf-dir
and --cni-bin-dir
. It is mentioned that "If there are multiple CNI
configuration files in the directory, the first one in lexicographic order of file name is used."
If I want to switch between the default CNI
provider what is the best way. Do I need to rename the configuration files to follow the lexicographic order ? For example if I want to use a bridge or macvlan
cni
provider instead of flannel what should I do ?