You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/nw-dpu-creating-a-sfc.adoc
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,7 @@ spec:
53
53
- NET_ADMIN
54
54
----
55
55
+
56
+
* `metadata.name.annotations.k8s.v1.cni.cncf.io/networks`:The value `dpunfcni-conf` specifies the name of the NetworkAttachmentDefinition resource. The DPU Operator creates this resource during installation to configure the DPU networking and the configuration needs to be as shown.
56
57
* `spec.nodeSelector`:The `nodeSelector` is the primary mechanism for scheduling this workload. The DPU Operator creates and maintains the label: `dpu.config.openshift.io/dpuside: "dpu"`. This label ensures the pod is scheduled directly onto the DPU's processing unit.
57
58
* `spec.containers.name`:The name of the container.
58
59
* `spec.containers.image`:The container image to pull and run.
0 commit comments