Obtaining the SR-IOV-CNI Network Plugin
The deployment of the SR-IOV-CNI network plugin depends on Multus and the SR-IOV device plugin. Before the deployment, run the following commands to obtain the images of the SR-IOV device plugin, SR-IOV-CNI network plugin, and Multus CNI.
docker pull ghcr.io/k8snetworkplumbingwg/sriov-network-device-plugin:latest docker pull ghcr.io/k8snetworkplumbingwg/sriov-cni:latest docker pull ghcr.io/k8snetworkplumbingwg/multus-cni:snapshot
If you need to configure a global whereabouts, pull the whereabouts plugin image in advance.
docker pull ghcr.io/k8snetworkplumbingwg/whereabouts:latest
Parent topic: Plugin Compilation