SR-IOV plugin page includes errors (r6,r7,dsR6,dsR7)

- Fixed Pod 3 list sintax error.

Closes-bug:1995740

Signed-off-by: Elaine Fonaro <elaine.fonaro@windriver.com>
Change-Id: I2fbf895d753a0a0556887208eb76e774bfdccf01
This commit is contained in:
Elaine Fonaro
2022-11-11 11:45:51 -03:00
parent 651ecf9c59
commit e8f33b4e99

View File

@@ -291,7 +291,7 @@ devices as you have network annotations.
each use one |SRIOV| |VF|, will appear in the associated container\(s\).
After creating the container, the network device interfaces ``sriov0`` and
``sriov0``, which uses one |SRIOV| |VF|, will appear in the associated
``sriov1``, which uses one |SRIOV| |VF|, will appear in the associated
container\(s\).
At this point you can execute commands and review links on the container.
@@ -315,8 +315,8 @@ devices as you have network annotations.
name: pod3
annotations:
k8s.v1.cni.cncf.io/networks: '[
{ "name": "net2", "interface": "sriov0" }
{ "name": "net3", "interface": "sriov0" }
{ "name": "net2", "interface": "sriov0" },
{ "name": "net3", "interface": "sriov1" }
]'
spec:
containers: