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
+47-9Lines changed: 47 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -192,9 +192,14 @@ spec:
192
192
[id="nw-multus-whereabouts_{context}"]
193
193
== Dynamic IP address assignment configuration with Whereabouts
194
194
195
-
The Whereabouts CNI plugin allows the dynamic assignment of an IP address to an additional network without the use of a DHCP server.
195
+
The Whereabouts CNI plugin allows the dynamic assignment of an IP address to an additional network without the use of a DHCP server.
196
196
197
-
The following table describes the configuration for dynamic IP address assignment with Whereabouts:
197
+
The Whereabouts CNI plugin also supports overlapping IP address ranges and configuration of the same CIDR range multiple times within separate `NetworkAttachmentDefinitions`. This provides greater flexibility and management capabilities in multi-tenant environments.
The following table describes the configuration objects for dynamic IP address assignment with Whereabouts:
198
203
199
204
.`ipam` whereabouts configuration object
200
205
[cols=".^2,.^2,.^6",options="header"]
@@ -213,16 +218,18 @@ The following table describes the configuration for dynamic IP address assignmen
213
218
|`array`
214
219
|Optional: A list of zero or more IP addresses and ranges in CIDR notation. IP addresses within an excluded address range are not assigned.
215
220
221
+
|`network_name`
222
+
|`string`
223
+
| Optional: Helps ensure that each group or domain of pods gets its own set of IP addresses, even if they share the same range of IP addresses. Setting this field is important for keeping networks separate and organized, notably in multi-tenant environments.
224
+
216
225
|====
217
226
218
-
////
219
-
[NOTE]
220
-
=====
221
-
Whereabouts can be used for both IPv4 and IPv6 addresses.
0 commit comments