Skip to content

Commit 6c7d922

Browse files
authored
Merge pull request #87534 from rohennes/OCPBUGS-33176
OCPBUGS-33176: Clarify the `spec.peers` field in BGPAdvertisments API specs
2 parents b32e226 + a9f6ec5 commit 6c7d922

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/nw-metallb-bgpadvertisement-cr.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,6 @@ This BGP attribute applies to BGP sessions within the Autonomous System.
7070

7171
|`spec.peers`
7272
|`string`
73-
|Optional: Peers limits the BGP peer to advertise the IPs of the selected pools to. When empty, the load balancer IP is announced to all the BGP peers configured.
73+
|Optional: Use a list to specify the `metadata.name` values for each `BGPPeer` resource that receives advertisements for the MetalLB service IP address. The MetalLB service IP address is assigned from the IP address pool. By default, the MetalLB service IP address is advertised to all configured `BGPPeer` resources. Use this field to limit the advertisement to specific `BGPpeer` resources.
74+
7475
|===

0 commit comments

Comments
 (0)