Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion modules/nw-metallb-addresspool-cr.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,14 @@ Specify each range in CIDR notation or as starting and ending IP addresses separ
|`spec.autoAssign`
|`boolean`
|Optional: Specifies whether MetalLB automatically assigns IP addresses from this pool.
Specify `false` if you want explicitly request an IP address from this pool with the `metallb.universe.tf/address-pool` annotation.
Specify `false` if you want to explicitly request an IP address from this pool with the `metallb.universe.tf/address-pool` annotation.
The default value is `true`.

[NOTE]
====
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.
====

|`spec.avoidBuggyIPs`
|`boolean`
|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`.
Expand Down