Installing CNI
Install CNI on the management and compute nodes.
Procedure
- Obtain the CNI source package.
1 2 3
cd /root wget https://github.com/containernetworking/plugins/releases/download/v1.1.1/cni-plugins-linux-arm64-v1.1.1.tgz
- Create an /opt/cni/bin directory.
1mkdir -p /opt/cni/bin
- Decompress the package to the directory.
1tar Cxzvf /opt/cni/bin cni-plugins-linux-arm64-v1.1.1.tgz

Parent topic: Deploying the Kubernetes Cluster