Skip to content

Commit 869c75a

Browse files
author
Steven Smith
committed
Minor fixes in CUDN docs
1 parent 1100bd5 commit 869c75a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/nw-cudn-cr.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,14 @@ spec:
8585
matchExpressions: # <3>
8686
- key: kubernetes.io/metadata.name # <4>
8787
operator: In # <5>
88-
values: ["<example_namespace_one>, <example_namespace_two>"] # <6>
88+
values: ["<example_namespace_one>", "<example_namespace_two>"] # <6>
8989
network: # <7>
9090
topology: Layer3 # <8>
9191
layer3: # <9>
9292
role: Primary # <10>
9393
subnets: # <11>
9494
- cidr: 10.100.0.0/16
95-
hostSubnet: 64
95+
hostSubnet: 24
9696
----
9797
<1> Name of your `ClusterUserDefinedNetwork` CR.
9898
<2> A label query over the set of namespaces that the cluster UDN applies to. Uses the standard Kubernetes `MatchLabel` selector. Must not point to `default` or `openshift-*` namespaces.

0 commit comments

Comments
 (0)