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
== Configuring the Whereabouts IP reconciler schedule
317
+
318
+
The Whereabouts IPAM CNI plugin runs the IP reconciler daily to clean up any stranded IP allocations that may result in exhausting IPs and therefore prevent new Pods from getting an IP allocated to them.
319
+
320
+
The following procedure shows how to change the frequency at which the IP reconciler runs.
321
+
322
+
.Prerequisites
323
+
* You installed the OpenShift CLI (`oc`).
324
+
* You have access to the cluster as a user with the `cluster-admin` role.
325
+
326
+
.Procedure
327
+
328
+
. Run the following command to create a `ConfigMap` named `whereabouts-config` in the `openshift-multus` namespace with a specific cron expression for the IP reconciler:
This cron expression indicates the IP reconciler runs every 15 minutes. Adjust the expression based on your specific requirements.
336
+
337
+
. Retrieve information about resources related to the `whereabouts-reconciler` within the `openshift-multus` namespace by running the following command:
338
+
+
339
+
[source,terminal]
340
+
----
341
+
$ oc get all -n openshift-multus | grep whereabouts-reconciler
0 commit comments