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/virt-creating-bridge-nad-cli.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ spec:
38
38
}'
39
39
----
40
40
<1> The name for the `NetworkAttachmentDefinition` object.
41
-
<2> Optional: Annotation key-value pair for node selection, where `bridge-interface`is the name of a bridge configured on some nodes. If you add this annotation to your network attachment definition, your virtual machine instances will only run on the nodes that have the `bridge-interface` bridge connected.
41
+
<2> Optional: Annotation key-value pair for node selection, where `bridge-interface`must match the name of a bridge configured on some nodes. If you add this annotation to your network attachment definition, your virtual machine instances will only run on the nodes that have the `bridge-interface` bridge connected.
42
42
<3> The name for the configuration. It is recommended to match the configuration name to the `name` value of the network attachment definition.
43
43
<4> The actual name of the Container Network Interface (CNI) plug-in that provides the network for this network attachment definition. Do not change this field unless you want to use a different CNI.
44
44
<5> The name of the Linux bridge configured on the node.
0 commit comments