k8snetworkplumbingwg / whereabouts

A CNI IPAM plugin that assigns IP addresses cluster-wide
Apache License 2.0
292 stars 126 forks source link

[BUG] reconciler_cron_expression variable not working as expected #330

Open moradiyaashish opened 1 year ago

moradiyaashish commented 1 year ago

Describe the bug We need to run reconciler at every few minutes i.e. 10 mins. Even when reconciler_cron_expression is set to "10 ", the reconciler runs at 4:30 AM everyday. It looks like parameter reconciler_cron_expression do not have any effect.

Expected behavior When reconciler_cron_expression is set to "10 ", reconciler should run every 10 mins.

To Reproduce Steps to reproduce the behavior:

  1. Set reconciler_cron_expression to "10 "
  2. Deploy whereabouts on k8s cluster
  3. Check reconciler logs after 12 mins

Environment:

Additional info / context Add any other information / context about the problem here.

caribbeantiger commented 1 year ago

Hi

this feature is not available in v0.6.1

this feature was included in this PR: https://github.com/k8snetworkplumbingwg/whereabouts/pull/317 which was merged in April 2023 and v0.6.1 was releases in Feb.

please use "latest" build and it will work

Cheers!

maiqueb commented 1 year ago

Can you confirm this feature works on v0.6.2 ? @moradiyaashish