We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e4e679 + 71d02a1 commit b41445dCopy full SHA for b41445d
modules/nw-multus-host-device-object.adoc
@@ -43,11 +43,6 @@ The following object describes the configuration parameters for the host-device
43
|`pciBusID`
44
|`string`
45
|Optional: The PCI address of the network device, such as `0000:00:1f.6`.
46
-
47
-|`ipam`
48
-|`object`
49
-|The configuration object for the IPAM CNI plug-in. The plug-in manages IP address assignment for the attachment definition.
50
51
|====
52
53
[id="nw-multus-hostdev-config-example_{context}"]
@@ -61,9 +56,6 @@ The following example configures an additional network named `hostdev-net`:
61
56
"cniVersion": "0.3.1",
62
57
"name": "work-network",
63
58
"type": "host-device",
64
- "device": "eth1",
65
- "ipam": {
66
- "type": "dhcp"
67
- }
59
+ "device": "eth1"
68
60
}
69
----
0 commit comments