You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the LRP reconciler collects all errors into a multierror and always runs until the end of the reconcile function. We suspect the code is like this is for historical reasons. Let's reconsider this and if it is not necessary just return the errors as they occur.
Currently the LRP reconciler collects all errors into a multierror and always runs until the end of the reconcile function. We suspect the code is like this is for historical reasons. Let's reconsider this and if it is not necessary just return the errors as they occur.