Skip to content

Commit 495c180

Browse files
authored
Merge pull request #88906 from JoeAldinger/OCPBUGS-49933-main
OCPBUGS-49933:UDN rhel worker nodes update
2 parents 41e2ee2 + 8539547 commit 495c180

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ The following diagram shows four cluster namespaces, where each namespace has a
1515

1616
image::527-OpenShift-UDN-isolation-012025.png[The namespace isolation concept in a user-defined network (UDN)]
1717

18+
[NOTE]
19+
====
20+
Nodes that use `cgroupv1` Linux Control Groups (cgroup) must be reconfigured from `cgroupv1` to `cgroupv2` before creating a user-defined network. For more information, see xref:../../../nodes/clusters/nodes-cluster-cgroups-2.adoc#nodes-cluster-cgroups-2[Configuring Linux cgroup].
21+
====
22+
1823
A cluster administrator can use a user-defined network to create and define additional networks that span multiple namespaces at the cluster level by leveraging the `ClusterUserDefinedNetwork` custom resource (CR). Additionally, a cluster administrator or a cluster user can use a user-defined network to define additional networks at the namespace level with the `UserDefinedNetwork` CR.
1924

2025
The following diagram shows tenant isolation that a cluster administrator created by defining a `ClusterUserDefinedNetwork` CR for each tenant. This network configuration allows a network to span across many namespaces. In the diagram, the `udn-1` disconnected network selects `namespace-1` and `namespace-2`, while the `udn-2` disconnected network selects `namespace-3` and `namespace-4`. A tenant acts as a disconnected network that is isolated from other tenants' networks. Pods from a namespace can communicate with pods in another namespace only if those namespaces exist in the same tenant network.

0 commit comments

Comments
 (0)