Skip to content
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

Feat: Provide a configuration to override default reconciliation timelines #228

Open
abangser opened this issue Aug 27, 2024 · 0 comments
Open

Comments

@abangser
Copy link
Member

Promises and resources are reconciled based on events in Kubernetes including resource changes, Kratix controller restarts, and general time passing (defaults to 10hours).

While resources will reconcile every 10 hours by default, that is not sufficient for all Promises or all developer feedback loops. While there is a manual reconcile option available, that is fiddly and would be nicer to have it applied within a context (such as local dev).

This should provide a way to accept user configuration for default reconciliation loops. Note, we may still want to set a limit to the allowable values, but values of 1minute were raised as likely use cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants