1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

Merge pull request #46470 from stevsmit/OVN-K-limitation-removal

Ovn k limitation removal
This commit is contained in:
Steven Smith
2022-06-14 16:44:40 -04:00
committed by GitHub

View File

@@ -5,10 +5,7 @@
[id="nw-ovn-kubernetes-limitations_{context}"]
= OVN-Kubernetes limitations
The OVN-Kubernetes Container Network Interface (CNI) cluster network provider has the following limitations:
* OVN-Kubernetes does not support setting the internal traffic policy for a Kubernetes service to `local`.
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.
The OVN-Kubernetes Container Network Interface (CNI) cluster network provider has the following limitation:
* 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.