Skip to content

Commit bd5480d

Browse files
authored
Merge pull request #90388 from JoeAldinger/OCPBUGS-50586-4.17
[enterprise-4.17] OCPBUGS-50586:removes flexibility statement
2 parents 59515c1 + a9f1f22 commit bd5480d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

modules/nw-udn-benefits.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ User-defined networks provide the following benefits:
1313

1414
. Network flexibility
1515
+
16-
* **Layer 2 and layer 3 support**: Cluster administrators can configure primary networks as layer 2 or layer 3 network types. This provides the flexibility of a secondary network to the primary network.
16+
* **Layer 2 and layer 3 support**: Cluster administrators can configure primary networks as layer 2 or layer 3 network types.
1717

1818
. Simplified network management
1919
+
@@ -29,4 +29,8 @@ User-defined networks provide the following benefits:
2929
+
3030
* **Network parity**: With user-defined networking, the migration of applications from OpenStack to {product-title} is simplified by providing similar network isolation and configuration options.
3131

32-
Developers and administrators can create a user-defined network that is namespace scoped using the custom resource. An overview of the process is: create a namespace, create and configure the custom resource, create pods in the namespace.
32+
Developers and administrators can create a user-defined network that is namespace scoped using the custom resource. An overview of the process is as follows:
33+
34+
. An administrator creates a namespace for a user-defined network with the `k8s.ovn.org/primary-user-defined-network` label.
35+
. The `UserDefinedNetwork` CR is created by either the cluster administrator or the user.
36+
. The user creates pods in the namespace.

0 commit comments

Comments
 (0)