From b97c443a5690f3a50ee0eb69be5c6a62d19e3c67 Mon Sep 17 00:00:00 2001 From: Ivan Kolodyazhny Date: Thu, 11 Mar 2021 16:48:04 +0200 Subject: [PATCH] Fix link to an example pod with SRIOV network --- examples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/README.md b/examples/README.md index 17e0fb178..7f3697ce6 100644 --- a/examples/README.md +++ b/examples/README.md @@ -89,6 +89,6 @@ spec: } }' ``` -The [net-resource-sample-pod.yaml](./net-resource-sample-pod.yaml) is an exmaple Pod manifest file that requesting a SRIOV device from a host which is then configured using the above network attachement definition. +The [sriov-pod.yml](./sriov-pod.yml) is an exmaple Pod manifest file that requesting a SRIOV device from a host which is then configured using the above network attachement definition. ->For further information on how to configure SRIOV Device Plugin and SRIOV-CNI please refer to the links given above. \ No newline at end of file +>For further information on how to configure SRIOV Device Plugin and SRIOV-CNI please refer to the links given above.