Skip to content

Commit 12b3033

Browse files
authored
Merge pull request #95047 from mburke5678/OCPBUGS-49379-413
[enterprise-4.13] OCPBUGS-49379 autoAssign=true present in ipaddresspool CR assigns the first available host IP from a network
2 parents c9c4162 + fb9f54d commit 12b3033

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

modules/nw-metallb-addresspool-cr.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,14 @@ Specify each range in CIDR notation or as starting and ending IP addresses separ
4545
|`spec.autoAssign`
4646
|`boolean`
4747
|Optional: Specifies whether MetalLB automatically assigns IP addresses from this pool.
48-
Specify `false` if you want explicitly request an IP address from this pool with the `metallb.universe.tf/address-pool` annotation.
48+
Specify `false` if you want to explicitly request an IP address from this pool with the `metallb.universe.tf/address-pool` annotation.
4949
The default value is `true`.
5050

51+
[NOTE]
52+
====
53+
For IP address pool configurations, ensure the addresses field specifies only IPs that are available and not in use by other network devices, especially gateway addresses, to prevent conflicts when `autoAssign` is enabled.
54+
====
55+
5156
|`spec.avoidBuggyIPs`
5257
|`boolean`
5358
|Optional: This ensures when enabled that IP addresses ending `.0` and `.255` are not allocated from the pool. The default value is `false`. Some older consumer network equipment mistakenly block IP addresses ending in `.0` and `.255`.

0 commit comments

Comments
 (0)