Reconciliation loop and SyncPeriod
Starefossen opened this issue · 0 comments
Starefossen commented
By default objects managed by the controller will be synced every 10 hours. We should look into if this is the correct default or if we should check objects more often?
Reference
- https://stackoverflow.com/questions/72033429/how-often-is-reconciliation-loop-run-in-kubebuilder
- https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.12.3/pkg/manager#Options
- https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.12.3/pkg/reconcile#Result
- https://github.com/kubernetes-sigs/kubebuilder-declarative-pattern
- kubernetes-sigs/kubebuilder-declarative-pattern#98