diff options
author | Bin Lu <bin.lu@arm.com> | 2018-02-08 01:59:57 -0500 |
---|---|---|
committer | Bin Lu <bin.lu@arm.com> | 2018-02-08 02:00:45 -0500 |
commit | 073d9b661faa951055db48c27999454202f90b4f (patch) | |
tree | afe8c2ea12a8a81ef8a9472cf0e50531ee14f83f /src/arm/kubernetes_sriov/README.rst | |
parent | 97b14e970658feeece72a6f7d705a3e50ed82a49 (diff) |
enable sriov cni deployement in container4nfv
Change-Id: I55fb7a536539a26c1800f9cf4da1e61749ee3bca
Signed-off-by: Bin Lu <bin.lu@arm.com>
Diffstat (limited to 'src/arm/kubernetes_sriov/README.rst')
-rw-r--r-- | src/arm/kubernetes_sriov/README.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/arm/kubernetes_sriov/README.rst b/src/arm/kubernetes_sriov/README.rst new file mode 100644 index 0000000..fde2f51 --- /dev/null +++ b/src/arm/kubernetes_sriov/README.rst @@ -0,0 +1,16 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International +.. License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) OPNFV, arm Limited. + +.. _Flannel: https://github.com/coreos/flannel +.. _SRIOV: https://github.com/hustcat/sriov-cni + +=============================================== +Kubernetes Deployment with SRIOV CNI +=============================================== + +The scenario would deploy pods with SRIOV/Mltus/Flannel CNI. +In this case, "eth0" would be used as the default interface, and the 2nd interface named "net0" would +used as data plane. + |