Skip to content

Commit 5201370

Browse files
authored
Merge pull request #90076 from JoeAldinger/OCPBUGS-50586
OCPBUGS-50586:removes flexibility statement
2 parents 8882c02 + 626f92b commit 5201370

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/nw-udn-benefits.adoc

Lines changed: 2 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
+
@@ -31,6 +31,6 @@ User-defined networks provide the following benefits:
3131

3232
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:
3333

34-
. An administrator creates a namespace for a user-defined network with the `k8s.ovn.org/primary-user-defined-network` label.
34+
. An administrator creates a namespace for a user-defined network with the `k8s.ovn.org/primary-user-defined-network` label.
3535
. The `UserDefinedNetwork` CR is created by either the cluster administrator or the user.
3636
. The user creates pods in the namespace.

0 commit comments

Comments
 (0)