Rate This Document
Findability
Accuracy
Completeness
Readability

Obtaining the Bond-CNI Plugin

Compile the Bond-CNI plugin source code to obtain an executable file.

  1. Download the source code.
    git clone https://github.com/k8snetworkplumbingwg/bond-cni.git
  2. Go to the source code directory and compile the source code.
    ./build.sh
  3. 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/