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
The examples depict scenarios used within to deliver secondary network interfaces with and without IPAM to a pod.
121
-
122
-
<<example-1>> creates a network attachment definition that does not specify an IP address, <<example-2>> makes use of the static IPAM and <<example-3>> makes use of the whereabouts CNI that provides a cluster wide dhcp option.
123
-
124
-
The actual addresses used for both whereabouts and static IPAM are managed external to the cluster.
125
-
126
-
The above `SRIOVnetwork` CR will configure a network attachment definition within the workload namespace.
127
-
128
-
[source,terminal]
129
-
----
130
-
$ oc get net-attach-def -n <workload_namespace>
131
-
NAME AGE
132
-
SRIOVnet 9d
133
-
----
134
-
135
-
Within the workload namespace the SR-IOV resource is consumed via a pod annotation:
0 commit comments