Obtaining the Bond-CNI Plugin
Compile the Bond-CNI plugin source code to obtain an executable file.
- Download the source code.
git clone https://github.com/k8snetworkplumbingwg/bond-cni.git
- Go to the source code directory and compile the source code.
./build.sh
- After the compilation is complete, copy the binary file ./bin/bond to the /opt/cni/bin directory on the cluster worker node.
cp ./bin/bond /opt/cni/bin/
Parent topic: Plugin Compilation