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-cudn-cr.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ metadata:
34
34
EOF
35
35
----
36
36
37
-
. Create a request for either a `Layer2` or `Layer3` topology type cluster-wide user-defined network:
37
+
. Create a cluster-wide user-defined network for either a `Layer2` or `Layer3` topology type:
38
38
39
39
.. Create a YAML file, such as `cluster-layer-two-udn.yaml`, to define your request for a `Layer2` topology as in the following example:
40
40
+
@@ -58,9 +58,9 @@ spec:
58
58
- "10.100.0.0/16" # <9>
59
59
----
60
60
<1> Name of your `ClusterUserDefinedNetwork` CR.
61
-
<2> A label query over the set of namespaces that the cluster UDN CR applies to. Uses the standard Kubernetes `MatchLabel` selector. Must not point to `default` or `openshift-*` namespaces.
61
+
<2> A label query over the set of namespaces that the CUDN CR applies to. Uses the standard Kubernetes `MatchLabel` selector. Must not point to `default` or `openshift-*` namespaces.
62
62
<3> Uses the `matchLabels` selector type, where terms are evaluated with an `AND` relationship.
63
-
<4> Because the `matchLabels` selector type is used, provisions namespaces that contain both `<label_1_key>=<label_1_value>` and `<label_2_key>=<label_2_value>` labels.
63
+
<4> In this example, the CUDN CR is deployed to namespaces that contain both `<label_1_key>=<label_1_value>` and `<label_2_key>=<label_2_value>` labels.
64
64
<5> Describes the network configuration.
65
65
<6> 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.
66
66
<7> This field specifies the topology configuration. It can be `layer2` or `layer3`.
0 commit comments