Skip to content

Commit 3511f49

Browse files
authored
Merge pull request #59182 from xenolinux/hwol-annotations
OCPBUGS#12161: Hardware offloading annotations
2 parents 8550d32 + c0112d2 commit 3511f49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/nw-sriov-hwol-adding-network-attachment-definitions-to-pods.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ After you create the machine config pool, the `SriovNetworkPoolConfig` and `Srio
1717
....
1818
metadata:
1919
annotations:
20-
k8s.v1.cni.cncf.io/default-network: net-attach-def/net-attach-def <.>
20+
v1.multus-cni.io/default-network: net-attach-def/net-attach-def <.>
2121
----
2222
<.> The value must be the name and namespace of the network attachment definition you created for hardware offloading.

modules/nw-sriov-hwol-creating-network-attachment-definition.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ metadata:
2525
name: net-attach-def <.>
2626
namespace: net-attach-def <.>
2727
annotations:
28-
v1.multus-cni.io/default-network: openshift.io/mlxnics <.>
28+
k8s.v1.cni.cncf.io/resourceName: openshift.io/mlxnics <.>
2929
spec:
3030
config: '{"cniVersion":"0.3.1","name":"ovn-kubernetes","type":"ovn-k8s-cni-overlay","ipam":{},"dns":{}}'
3131
----

0 commit comments

Comments
 (0)