whereabouts icon indicating copy to clipboard operation
whereabouts copied to clipboard

Extended support for customizing whereabouts ip-reconciler cron schedule

Open nicklesimba opened this issue 1 year ago • 7 comments

Added a configmap with "cron_schedule" key value pair. The value of cron_schedule (i.e. "30 4 * * *") will be put into a file of the same name on whereabouts ip-reconciler pods, such that when the reconciler is enabled, the file should appear on the pod.

Whereabouts will now search for the reconciler_cron_file, and if present, it will use the cron schedule from the file. If the file is not present a default value from the flatfile will be used instead.

nicklesimba avatar Nov 22 '23 18:11 nicklesimba