-
Bug
-
Resolution: Done
-
Major
-
None
-
4.12, 4.11, 4.10
-
None
-
Quality / Stability / Reliability
-
False
-
-
1
-
Critical
-
No
-
None
-
None
-
Rejected
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Description of problem:
Incorrect url in example yaml listing
Version-Release number of selected component (if applicable):
How reproducible:
100%
Steps to Reproduce:
In the example yaml file under step 1 of the procedure heading, The url of the annotations section is incorrect. Incorrect: "k8s.v1.cni.cncf.io/resourceName: openshift.io/mlxnics " Correct: "v1.multus-cni.io/default-network" The incorrect url key value pair does not not enable hardware offload.
Actual results:
Expected results:
Additional info:
for hardware offload, multus needs to replace the primary interface not add a secondary interface. The url key / value pair that indicates this needs to happen is here: https://github.com/openshift/multus-cni/blob/master/pkg/k8sclient/k8sclient.go#L51