Open vijaykatam opened 2 years ago
Looking at the code, the error is returned here Which in turn returns the error (and reschedules) here
The requeue timeout is set here to return ctrl.Result{RequeueAfter: constants.RequeueAfterDuration}
constants.RequeueAfterDuration is set to 10 seconds
This would suggest something else is holding the reconciler.
Needs to be reproduced.
Bug description ClusterBootstrapController reconciles packages on workload cluster. I am seeing that after an error where kapp-controller is still coming up the next round of reconcile happens after 10 min
Affected product area (please put an X in all that apply)
Expected behavior
Should continue to reconcile after a few seconds instead of 10 min