From cfc407d35cb180f7eaa1426c51794ac09b86a15b Mon Sep 17 00:00:00 2001 From: Andrea Panattoni Date: Thu, 25 Jan 2024 10:47:55 +0100 Subject: [PATCH] Update README.md The code does not reference the SR-IOV device plugin and I managed to test manually configured Physical Function. Remove the device plugin limitation from the documentation. Signed-off-by: Andrea Panattoni --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eeeb6fd..8eb5e41 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # SR-IOV Network Metrics Exporter Exporter that reads metrics for [SR-IOV Virtual Functions](https://www.intel.com/content/dam/doc/white-paper/pci-sig-single-root-io-virtualization-support-in-virtualization-technology-for-connectivity-paper.pdf) and exposes them in the Prometheus format. -The SR-IOV Network Metrics Exporter is designed with the Kubernetes SR-IOV stack in mind, including the [SR-IOV CNI](https://github.com/k8snetworkplumbingwg/sriov-cni) and the [SR-IOV Network Device Plugin](https://github.com/k8snetworkplumbingwg/sriov-network-device-plugin). Only devices allocated with the SR-IOV Network Device Plugin will be able to be matched to specific Virtual Function metrics. +The SR-IOV Network Metrics Exporter is designed with the Kubernetes SR-IOV stack in mind, including the [SR-IOV CNI](https://github.com/k8snetworkplumbingwg/sriov-cni) and the [SR-IOV Network Device Plugin](https://github.com/k8snetworkplumbingwg/sriov-network-device-plugin). **This software is a pre-production alpha version and should not be deployed to production servers.**