Skip to content

Commit d424f37

Browse files
authored
Merge pull request #41686 from SNiemann15/ibmz_multus
2 parents 904a6db + 25fadbb commit d424f37

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

modules/nw-multus-create-network.adoc

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ network.
2424
2525
.Procedure
2626

27+
. Optional: Create the namespace for the additional networks:
28+
+
29+
[source,terminal]
30+
----
31+
$ oc create namespace <namespace_name>
32+
----
33+
2734
. To edit the CNO configuration, enter the following command:
2835
+
2936
[source,terminal]
@@ -44,7 +51,7 @@ spec:
4451
# ...
4552
additionalNetworks:
4653
- name: tertiary-net
47-
namespace: project2
54+
namespace: namespace2
4855
type: Raw
4956
rawCNIConfig: |-
5057
{
@@ -68,7 +75,7 @@ spec:
6875

6976
.Verification
7077

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.
7279
+
7380
[source,terminal]
7481
----

modules/nw-multus-ipam-object.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ ifeval::["{context}" == "configuring-sriov-net-attach"]
1313
:sr-iov:
1414
endif::[]
1515

16+
:_content-type: CONCEPT
1617
[id="nw-multus-ipam-object_{context}"]
1718
= Configuration of IP address assignment for an additional network
1819

@@ -96,7 +97,7 @@ The `addresses` array requires objects with the following fields:
9697

9798
|`nameservers`
9899
|`array`
99-
|An of array of one or more IP addresses for to send DNS queries to.
100+
|An array of one or more IP addresses for to send DNS queries to.
100101

101102
|`domain`
102103
|`array`
@@ -210,7 +211,7 @@ The following table describes the configuration for dynamic IP address assignmen
210211

211212
|`exclude`
212213
|`array`
213-
|Optional: A list of zero ore more IP addresses and ranges in CIDR notation. IP addresses within an excluded address range are not assigned.
214+
|Optional: A list of zero or more IP addresses and ranges in CIDR notation. IP addresses within an excluded address range are not assigned.
214215

215216
|====
216217

0 commit comments

Comments
 (0)