Skip to content

Commit a92b2ba

Browse files
authored
Merge pull request #66003 from kquinn1204/OCPBUGS-19822
/lgtm OCPBUGS-19822 Additional Network and MetalLB cannot use same network
2 parents fd96a33 + 7cfed26 commit a92b2ba

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

modules/nw-metallb-infra-considerations.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,4 @@ For example, the following infrastructures can benefit from adding the MetalLB O
1919

2020
* {ibmpowerProductName}
2121

22-
MetalLB Operator and MetalLB are supported with the OpenShift SDN and OVN-Kubernetes network providers.
23-
22+
MetalLB Operator and MetalLB are supported with the OpenShift SDN and OVN-Kubernetes network providers.

modules/nw-metallb-layer2-limitations.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,9 @@ The old node can continue to forward traffic for outdated clients until their ca
3434

3535
During an unplanned failover, the service IPs are unreachable until the outdated clients refresh their cache entries.
3636

37+
[id="additional_network_and_metallb_limitation_{context}"]
38+
== Additional Network and MetalLB cannot use same network
39+
40+
Using the same VLAN for both MetalLB and an additional network interface set up on a source pod might result in a connection failure. This occurs when both the MetalLB IP and the source pod reside on the same node.
41+
42+
To avoid connection failures, place the MetalLB IP in a different subnet from the one where the source pod resides. This configuration ensures that traffic from the source pod will take the default gateway. Consequently, the traffic can effectively reach its destination by using the OVN overlay network, ensuring that the connection functions as intended.

0 commit comments

Comments
 (0)