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-multus-ipam-object.adoc
+90-1Lines changed: 90 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,8 @@ endif::[]
23
23
24
24
The IP address management (IPAM) Container Network Interface (CNI) plug-in manages IP address assignment for other CNI plug-ins. You can configure ipam for either static IP address assignment or dynamic IP address assignment by using DHCP. The DHCP server you specify must be reachable from the additional network.
25
25
26
+
Alternatively for dynamic IP addressment without an available DHCP server, you may use the Whereabouts IPAM CNI plugin.
27
+
26
28
ifdef::json[]
27
29
The following JSON configuration object describes the parameters that you can set.
28
30
endif::json[]
@@ -110,7 +112,7 @@ You can configure ipam for static IP address assignment:
110
112
----
111
113
112
114
[id="nw-multus-dynamic-example_{context}"]
113
-
== Dynamic IP address assignment configuration example
115
+
== Dynamic IP address assignment configuration example using DHCP
114
116
115
117
You can configure ipam for DHCP:
116
118
@@ -141,6 +143,40 @@ cannot specify any additional parameters if you specify a value of `DHCP`.
141
143
<2> If you set the `type` parameter to `static`, then provide the
0 commit comments