You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/nw-udn-cr.adoc
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ spec:
38
38
<1> Name of your `UserDefinedNetwork` resource. This should not be `default` or duplicate any global namespaces created by the Cluster Network Operator (CNO).
39
39
<2> The `topology` field describes the network configuration; accepted values are `Layer2` and `Layer3`. Specifying a `Layer2` topology type creates one logical switch that is shared by all nodes.
40
40
<3> This field specifies the topology configuration. It can be `layer2` or `layer3`.
41
-
<4> Specifies `Primary` or `Secondary`. `Primary` is the only `role` specification supported in 4.17.
41
+
<4> Specifies a `Primary` or `Secondary`role.
42
42
<5> For `Layer2` topology types the following specifies config details for the `subnet` field:
43
43
+
44
44
* The subnets field is optional.
@@ -69,7 +69,7 @@ spec:
69
69
<1> Name of your `UserDefinedNetwork` resource. This should not be `default` or duplicate any global namespaces created by the Cluster Network Operator (CNO).
70
70
<2> The `topology` field describes the network configuration; accepted values are `Layer2` and `Layer3`. Specifying a `Layer3` topology type creates a layer 2 segment per node, each with a different subnet. Layer 3 routing is used to interconnect node subnets.
71
71
<3> This field specifies the topology configuration. Valid values are `layer2` or `layer3`.
72
-
<4> Specifies a `Primary` or `Secondary` role.`Primary` is the only `role` specification supported in 4.17 .
72
+
<4> Specifies a `Primary` or `Secondary` role.
73
73
<5> For `Layer3` topology types the following specifies config details for the `subnet` field:
0 commit comments