Skip to content

Commit 2c8b4b6

Browse files
authored
Merge pull request #91988 from openshift-cherrypick-robot/cherry-pick-91697-to-enterprise-4.17
[enterprise-4.17] OSDOCS-13983: Removed localnet network as primary from UDN
2 parents 88b2652 + c75a473 commit 2c8b4b6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

modules/nw-cluster-mtu-change.adoc

-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ where:
9191
** If your hardware MTU is specified in a NetworkManager connection configuration, complete the following steps. This approach is the default for {product-title} if you do not explicitly specify your network configuration with DHCP, a kernel command line, or some other method. Your cluster nodes must all use the same underlying network configuration for the following procedure to work unmodified.
9292

9393
... Find the primary network interface by entering the following command:
94-
9594
+
9695
[source,terminal]
9796
----

networking/multiple_networks/primary_networks/about-user-defined-networks.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ include::snippets/technology-preview.adoc[]
1111

1212
Before the implementation of user-defined networks (UDN), the OVN-Kubernetes CNI plugin for {product-title} only supported a Layer 3 topology on the primary or _main_ network. Due to Kubernetes design principles: all pods are attached to the main network, all pods communicate with each other by their IP addresses, and inter-pod traffic is restricted according to network policy.
1313

14-
UDN improves the flexibility and segmentation capabilities of the default Layer 3 topology for a Kubernetes pod network by enabling custom Layer 2, Layer 3, and localnet network segments, where all these segments are isolated by default. These segments act as either primary or secondary networks for container pods and virtual machines that use the default OVN-Kubernetes CNI plugin. UDNs enable a wide range of network architectures and topologies, enhancing network flexibility, security, and performance.
14+
UDN improves the flexibility and segmentation capabilities of the default Layer 3 topology for a Kubernetes pod network by enabling custom Layer 2 and Layer 3 network segments, where all these segments are isolated by default. These segments act as either primary or secondary networks for container pods and virtual machines that use the default OVN-Kubernetes CNI plugin. UDNs enable a wide range of network architectures and topologies, enhancing network flexibility, security, and performance.
1515

1616
[NOTE]
1717
====

0 commit comments

Comments
 (0)