Skip to content

Commit 164d384

Browse files
authored
Merge pull request #70245 from kquinn1204/OCPBUGS-26418
OCPBUGS-26418 Document avoidBuggyIPs
2 parents 157cc6d + cc28ee2 commit 164d384

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/nw-metallb-addresspool-cr.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ Specify each range in CIDR notation or as starting and ending IP addresses separ
4848
Specify `false` if you want explicitly request an IP address from this pool with the `metallb.universe.tf/address-pool` annotation.
4949
The default value is `true`.
5050

51+
|`spec.avoidBuggyIPs`
52+
|`boolean`
53+
|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.
54+
5155
|===
5256

5357
You can assign IP addresses from an `IPAddressPool` to services and namespaces by configuring the `spec.serviceAllocation` specification.

0 commit comments

Comments
 (0)