You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- New daemonset to support k8s v1.16
- Moved daemonsets into K8s versions specific dir
- Removed redundant/not-used sample deployments
- Moved Dockerfile into image/
- Removed additional daemonset yaml from docs/dpdk and docs/rdma
> On successful build the `sriovdp` executable can be found in `./build` directory. It is recommended to run the plugin in a container or K8s Pod. The follow on steps cover how to build and run the Docker image of the plugin.
109
+
> On a successful build, a docker image with tag `nfvpe/sriov-device-plugin:latest` will be created. You will need to build this image on each node. Alternatively, you could use a local docker registry to host this image.
110
110
111
-
3.Build docker image
111
+
3.Create a ConfigMap that defines SR-IOV resrouce pool configuration
0 commit comments