From 943725d2b60139393ad97be72c7bced53ca2e1f5 Mon Sep 17 00:00:00 2001 From: Abdul Halim Date: Fri, 22 Jun 2018 12:07:06 +0100 Subject: [PATCH] Update device-plugins.md (#8749) adding SRIOV Network device plugin in Examples section. --- .../extend-kubernetes/compute-storage-net/device-plugins.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md b/content/en/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md index f9e5d88bb7..3a66035948 100644 --- a/content/en/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md +++ b/content/en/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md @@ -147,5 +147,6 @@ For examples of device plugin implementations, see: * The [Solarflare device plugin](https://github.com/vikaschoudhary16/sfc-device-plugin) * The [AMD GPU device plugin](https://github.com/RadeonOpenCompute/k8s-device-plugin) {{% /capture %}} +* The [SRIOV Network device plugin](https://github.com/intel/sriov-network-device-plugin)