Skip to content

Commit ce8dbbf

Browse files
Merge pull request #40824 from mikemckiernan/fix-ovnk-etp
BZ#1903408: lift ETP limitation from OVN-K
2 parents f255aa8 + b20ba08 commit ce8dbbf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

modules/nw-ovn-kuberentes-limitations.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77

88
The OVN-Kubernetes Container Network Interface (CNI) cluster network provider has the following limitations:
99

10-
* OVN-Kubernetes does not support setting the external traffic policy or internal traffic policy for a Kubernetes service to `local`.
11-
The default value, `cluster`, is supported for both parameters.
12-
This limitation can affect you when you add a service of type `LoadBalancer`, `NodePort`, or add a service with an external IP.
10+
* OVN-Kubernetes does not support setting the internal traffic policy for a Kubernetes service to `local`.
11+
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.
1312

1413
// The foll limitation is also recorded in the installation section.
1514
* For clusters configured for dual-stack networking, both IPv4 and IPv6 traffic must use the same network interface as the default gateway.

0 commit comments

Comments
 (0)