From f238ed6db1eae8eeed0ab610ea6b7032b710caa3 Mon Sep 17 00:00:00 2001 From: Saikrishna Edupuganti Date: Mon, 28 Jan 2019 14:24:48 -0800 Subject: [PATCH] Update README.md --- clr-k8s-examples/9-multi-network/README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/clr-k8s-examples/9-multi-network/README.md b/clr-k8s-examples/9-multi-network/README.md index 41698417..aaf97c74 100644 --- a/clr-k8s-examples/9-multi-network/README.md +++ b/clr-k8s-examples/9-multi-network/README.md @@ -9,17 +9,16 @@ directories on the host with the necessary binaries and configuration files. ### Customization -The device plugin will register the SR-IOV enabled devices on the host, specified -as `rootDevices` in [sriov-conf.yaml](clr-k8s-examples/9-multi-network/sriov-conf.yaml). -Helper [systemd](clr-k8s-examples/9-multi-network/systemd/sriov.service) example config -is provided, which enables SR-IOV for the above `rootDevices` +The device plugin will register the SR-IOV enabled devices on the host, specified as +`rootDevices` in [sriov-conf.yaml](sriov-conf.yaml). Helper [systemd unit](systemd/sriov.service) +file is provided, which enables SR-IOV for the above `rootDevices` > NOTE: This assumes homogenous nodes in the cluster ### Install -To install and configure `multus-cni` on all nodes, along with `sriov-cni` and -`sriov-network-device-plugin` : +To install and configure `multus-cni` on all nodes, along with +`sriov-cni`, `vfioveth-cni` and `sriov-network-device-plugin` ```bash kubectl apply -f .