Skip to content

Commit df6a5fb

Browse files
authored
Merge pull request #89073 from stevsmit/OCPBUGS-51197-udn-namespace-nit
Addresses minor wording nit in UDN docs
2 parents 2fecafc + 50aa65b commit df6a5fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/nw-cudn-best-practices.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Before setting up a `ClusterUserDefinedNetwork` custom resource (CR), users shou
1010

1111
* A `ClusterUserDefinedNetwork` CR is intended for use by cluster administrators and should not be used by non-administrators. If used incorrectly, it might result in security issues with your deployment, cause disruptions, or break the cluster network.
1212
13-
* `ClusterUserDefinedNetwork` CRs should not be created in the default namespace. This can result in no isolation and, as a result, could introduce security risks to the cluster.
13+
* `ClusterUserDefinedNetwork` CRs should not select the `default` namespace. This can result in no isolation and, as a result, could introduce security risks to the cluster.
1414
15-
* `ClusterUserDefinedNetwork` CRs should not target `openshift-*` namespaces.
15+
* `ClusterUserDefinedNetwork` CRs should not select `openshift-*` namespaces.
1616
1717
* {product-title} administrators should be aware that all namespaces of a cluster are selected when one of the following conditions are met:
1818

0 commit comments

Comments
 (0)