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
attempt to patchStatus regardless of finalizer (#64)
Description of changes:
* ACK reconciler marks a resource as `Managed` before performing the `CREATE` call
* ResourceReference in ACK reconciler is resolved before `READ_ONE` call which precedes `CREATE` call
* When ResourceReference resolution fails, ACK reconciler needs to set `Status.Condition` indicating reference resolution failed
* Hence the status patching needs to be done for unmanaged resources too
* `NotFound` error while status patching of deleted resource is caught and not logged in controller logs
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
0 commit comments