Skip to content

Commit fc2136d

Browse files
authored
Merge pull request #57579 from kquinn1204/TELCODOCS-1120
TELCODOCS-1120 removing section on incompatibility with IP failover
2 parents 0cf062f + 0009a63 commit fc2136d

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

modules/nw-metallb-when-metallb.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,8 @@ You must configure your networking infrastructure to ensure that network traffic
1212

1313
After deploying MetalLB with the MetalLB Operator, when you add a service of type `LoadBalancer`, MetalLB provides a platform-native load balancer.
1414

15+
MetalLB operating in layer2 mode provides support for failover by utilizing a mechanism similar to IP failover. However, instead of relying on the virtual router redundancy protocol (VRRP) and keepalived, MetalLB leverages a gossip-based protocol to identify instances of node failure. When a failover is detected, another node assumes the role of the leader node, and a gratuitous ARP message is dispatched to broadcast this change.
16+
17+
MetalLB operating in layer3 or border gateway protocol (BGP) mode delegates failure detection to the network. The BGP router or routers that the {product-title} nodes have established a connection with will identify any node failure and terminate the routes to that node.
18+
19+
Using MetalLB instead of IP failover is preferable for ensuring high availability of pods and services.

networking/metallb/about-metallb.adoc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@ include::modules/nw-metallb-layer2-limitations.adoc[leveloffset=+2]
3939
// BGP limitations
4040
include::modules/nw-metallb-bgp-limitations.adoc[leveloffset=+2]
4141

42-
// Incompat with IP failover
43-
[id="incompatibility-with-ip-failover_{context}"]
44-
=== Incompatibility with IP failover
45-
46-
MetalLB is incompatible with the IP failover feature. Before you install the MetalLB Operator, remove IP failover.
47-
4842
[role="_additional-resources"]
4943
[id="additional-resources_about-metallb-and-metallb-operator"]
5044
== Additional resources

0 commit comments

Comments
 (0)