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-multus-create-network.adoc
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,13 @@ network.
24
24
25
25
.Procedure
26
26
27
+
. Optional: Create the namespace for the additional networks:
28
+
+
29
+
[source,terminal]
30
+
----
31
+
$ oc create namespace <namespace_name>
32
+
----
33
+
27
34
. To edit the CNO configuration, enter the following command:
28
35
+
29
36
[source,terminal]
@@ -44,7 +51,7 @@ spec:
44
51
# ...
45
52
additionalNetworks:
46
53
- name: tertiary-net
47
-
namespace: project2
54
+
namespace: namespace2
48
55
type: Raw
49
56
rawCNIConfig: |-
50
57
{
@@ -68,7 +75,7 @@ spec:
68
75
69
76
.Verification
70
77
71
-
* Confirm that the CNO created the NetworkAttachmentDefinition object by running the following command. There might be a delay before the CNO creates the object.
78
+
* Confirm that the CNO created the `NetworkAttachmentDefinition` object by running the following command. There might be a delay before the CNO creates the object.
0 commit comments