Skip to content

Commit f6e9d06

Browse files
authored
Merge pull request #46191 from ahardin-rh/BZ-2026192
Bug 2026192, noted new limitation of OVN environment
2 parents b7e37ad + 2ee0a79 commit f6e9d06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/nw-ovn-kuberentes-limitations.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ The OVN-Kubernetes Container Network Interface (CNI) cluster network provider ha
1010
* OVN-Kubernetes does not support setting the internal traffic policy for a Kubernetes service to `local`.
1111
This limitation can affect network communication to your application when you add a service of type `ClusterIP`, `LoadBalancer`, `NodePort`, or add a service with an external IP.
1212

13+
* The `sessionAffinityConfig.clientIP.timeoutSeconds` service has no effect in an OpenShift OVN environment, but does in an OpenShift SDN environment. This incompatibility can make it difficult for users to migrate from OpenShift SDN to OVN.
14+
1315
// The foll limitation is also recorded in the installation section.
1416
* For clusters configured for dual-stack networking, both IPv4 and IPv6 traffic must use the same network interface as the default gateway.
1517
If this requirement is not met, pods on the host in the `ovnkube-node` daemon set enter the `CrashLoopBackOff` state.
@@ -23,4 +25,3 @@ F1006 16:09:50.985939 60651 ovnkube.go:130] multiple gateway interfaces detect
2325
----
2426
+
2527
The only resolution is to reconfigure the host networking so that both IP families use the same network interface for the default gateway.
26-

0 commit comments

Comments
 (0)