K8s插件,Multus-Intel:sriov-cni部署

配置需求:

Go1.7+

网卡支持SR-IOV

物理主机开启SR-IOV功能(可登录主机通过racadm getbios.integratedDevices.sriovGlobalEnable查看)

安装步骤:

1、下载源码:

git clonehttps://github.com/Intel-Corp/sriov-cni.git

2、更新Dockerfile

主要设置一些代理,更新源等,非必需

#cp DockerfileDockerfile.bak

3编译

#./build

4、然后将生成的二进制文件复制到/opt/cni/bin 目录下

此时即可被调用。

 源码介绍请看我的[github-blog](https://xftony.github.io/)


猜你喜欢

转载自blog.csdn.net/xftony/article/details/79012883