Skip to content

Commit 6b724b8

Browse files
committed
OCPBUGS-28912 Updating creating a Whereabouts reconciler daemon
1 parent 71d9d16 commit 6b724b8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

modules/nw-multus-creating-whereabouts-reconciler-daemon-set.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[id="nw-multus-creating-whereabouts-reconciler-daemon-set_{context}"]
88
= Creating a whereabouts-reconciler daemon set
99

10-
The Whereabouts reconciler is responsible for managing dynamic IP address assignments for the pods within a cluster using the Whereabouts IP Address Management (IPAM) solution. It ensures that each pod gets a unique IP address from the specified IP address range. It also handles IP address releases when pods are deleted or scaled down.
10+
The Whereabouts reconciler is responsible for managing dynamic IP address assignments for the pods within a cluster by using the Whereabouts IP Address Management (IPAM) solution. It ensures that each pod gets a unique IP address from the specified IP address range. It also handles IP address releases when pods are deleted or scaled down.
1111

1212
[NOTE]
1313
====
@@ -29,14 +29,15 @@ Use the following procedure to deploy the `whereabouts-reconciler` daemon set.
2929
$ oc edit network.operator.openshift.io cluster
3030
----
3131

32-
. Modify the `additionalNetworks` parameter in the CR to add the `whereabouts-shim` network attachment definition. For example:
32+
. Include the `additionalNetworks` section shown in this example YAML extract within the `spec` definition of the custom resource (CR):
3333
+
3434
[source,yaml]
3535
----
3636
apiVersion: operator.openshift.io/v1
3737
kind: Network
3838
metadata:
3939
name: cluster
40+
# ...
4041
spec:
4142
additionalNetworks:
4243
- name: whereabouts-shim
@@ -51,6 +52,7 @@ spec:
5152
}
5253
}
5354
type: Raw
55+
# ...
5456
----
5557

5658
. Save the file and exit the text editor.

0 commit comments

Comments
 (0)