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

Support of customized syncPeriod CLI flag #343

Closed
prometherion opened this issue Aug 3, 2023 · 0 comments · Fixed by #344
Closed

Support of customized syncPeriod CLI flag #343

prometherion opened this issue Aug 3, 2023 · 0 comments · Fixed by #344
Assignees
Milestone

Comments

@prometherion
Copy link
Member

TCPs should be reconciled regularly on a regular basis thanks to the syncPeriod controller-runtime option.

Please, refer https://pkg.go.dev/sigs.k8s.io/controller-runtime/pkg/manager.

A period sync happens for two reasons:
1. To insure against a bug in the controller that causes an object to not be requeued, when it otherwise should be requeued.
2. To insure against an unknown bug in controller-runtime, or its dependencies, that causes an object to not be requeued, when it otherwise should be requeued, or to be removed from the queue, when it otherwise should not be removed.

Originally posted by @jds9090 in #341 (comment)

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

Successfully merging a pull request may close this issue.

1 participant