Skip to content

Commit f544e02

Browse files
authored
Merge pull request #100222 from abrennan89/CNV-62192
CNV-62192: Update namespace name to remove confusion
2 parents 6366064 + 8f7c156 commit f544e02

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

modules/virt-creating-udn-namespace-cli.adoc

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,23 @@
66
[id="virt-creating-udn-namespace-cli_{context}"]
77
= Creating a namespace for user-defined networks by using the CLI
88

9-
You can create a namespace to be used with primary user-defined networks (UDNs) by using the CLI.
9+
You can create a namespace to be used with primary user-defined networks (UDNs) by using the {oc-first}.
1010

1111
.Prerequisites
12-
* You have access to the cluster as a user with `cluster-admin` permissions.
13-
* You have installed the OpenShift CLI (`oc`).
1412

13+
* You have access to the cluster as a user with `cluster-admin` permissions.
14+
* You have installed the {oc-first}.
1515
1616
.Procedure
17+
1718
. Create a `Namespace` object as a YAML file similar to the following example:
1819
+
1920
[source,yaml]
2021
----
2122
apiVersion: v1
2223
kind: Namespace
2324
metadata:
24-
name: udn_namespace
25+
name: my-namespace
2526
labels:
2627
k8s.ovn.org/primary-user-defined-network: "" # <1>
2728
# ...
@@ -32,5 +33,5 @@ metadata:
3233
+
3334
[source, terminal]
3435
----
35-
oc apply -f <filename>.yaml
36+
$ oc apply -f <filename>.yaml
3637
----

0 commit comments

Comments
 (0)