-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configurable cron schedule for reconciler #398
Configurable cron schedule for reconciler #398
Commits on Dec 20, 2023
-
Extended support for customizing whereabouts ip-reconciler cron schedule
Signed-off-by: nicklesimba <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6684139 - Browse repository at this point
Copy the full SHA 6684139View commit details -
Signed-off-by: Miguel Duarte Barroso <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 061b1ac - Browse repository at this point
Copy the full SHA 061b1acView commit details -
Signed-off-by: Miguel Duarte Barroso <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4136684 - Browse repository at this point
Copy the full SHA 4136684View commit details -
build: build container w/ golang 1.20
Signed-off-by: Miguel Duarte Barroso <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0862419 - Browse repository at this point
Copy the full SHA 0862419View commit details -
reconciler: react to cron expr updates
Signed-off-by: Miguel Duarte Barroso <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e0625d9 - Browse repository at this point
Copy the full SHA e0625d9View commit details -
reconciler: sort out the reconciler error codes
Signed-off-by: Miguel Duarte Barroso <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f67b5ce - Browse repository at this point
Copy the full SHA f67b5ceView commit details
Commits on Dec 22, 2023
-
reconciler: only read from flatfile if config is not present
This change will allow us to unit test the configuration updates without having to create the CNI configuration files (they're unrelated to this unit). Signed-off-by: Miguel Duarte Barroso <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for da358de - Browse repository at this point
Copy the full SHA da358deView commit details -
reconciler: add a configuration watcher pkg
Move everything related to watching / updating the configuration to a separate pkg. That makes the code easier to follow, and allows us to properly unit test watching the configuration. Signed-off-by: Miguel Duarte Barroso <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 58ba24c - Browse repository at this point
Copy the full SHA 58ba24cView commit details -
reconciler: provide a job factory func
This allows us to use cron expressions with seconds in the tests, thus allowing the test run to finish a lot quicker. Signed-off-by: Miguel Duarte Barroso <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 40ea8de - Browse repository at this point
Copy the full SHA 40ea8deView commit details
Commits on Jan 2, 2024
-
Signed-off-by: Miguel Duarte Barroso <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 01e8c80 - Browse repository at this point
Copy the full SHA 01e8c80View commit details