Skip to content

Commit e08aa5d

Browse files
nicklesimbajab-rh
authored andcommitted
OCPBUGS-2665: Added notice for configuring macvlan
- https://issues.redhat.com/browse/OCPBUGS-2665 Signed-off-by: nicklesimba <[email protected]>
1 parent fd60fde commit e08aa5d

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

modules/nw-multus-macvlan-object.adoc

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
= Configuration for a MACVLAN additional network
77

88
The following object describes the configuration parameters for the macvlan CNI
9-
plug-in:
9+
plugin:
1010

11-
.MACVLAN CNI plug-in JSON configuration object
11+
.MACVLAN CNI plugin JSON configuration object
1212
[cols=".^2,.^2,.^6",options="header"]
1313
|====
1414
|Field|Type|Description
@@ -23,26 +23,31 @@ plug-in:
2323

2424
|`type`
2525
|`string`
26-
|The name of the CNI plug-in to configure: `macvlan`.
26+
|The name of the CNI plugin to configure: `macvlan`.
2727

2828
|`mode`
2929
|`string`
3030
|Configures traffic visibility on the virtual network. Must be either `bridge`, `passthru`, `private`, or `vepa`. If a value is not provided, the default value is `bridge`.
3131

3232
|`master`
3333
|`string`
34-
|The Ethernet, bonded, or VLAN interface to associate with the virtual interface. If a value is not specified, then the host system's primary Ethernet interface is used.
34+
|The host network interface to associate with the newly created macvlan interface. If a value is not specified, then the default route interface is used.
3535

3636
|`mtu`
3737
|`string`
3838
|The maximum transmission unit (MTU) to the specified value. The default value is automatically set by the kernel.
3939

4040
|`ipam`
4141
|`object`
42-
|The configuration object for the IPAM CNI plug-in. The plug-in manages IP address assignment for the attachment definition.
42+
|The configuration object for the IPAM CNI plugin. The plugin manages IP address assignment for the attachment definition.
4343

4444
|====
4545

46+
[NOTE]
47+
====
48+
If you specify the `master` key for the plugin configuration, use a different physical network interface than the one that is associated with your primary network plugin to avoid possible conflicts.
49+
====
50+
4651
[id="nw-multus-macvlan-config-example_{context}"]
4752
== macvlan configuration example
4853

0 commit comments

Comments
 (0)