-
Notifications
You must be signed in to change notification settings - Fork 87
Error on already removed object patch #139
Comments
@dbazhal Thanks for reporting. Side-notes: it was introduced in #24 — when the finalizers were made optional in case there are no deletion handlers. Now, the k8s-side deletion process does not wait for the operator's "approval" (i.e. removing its finalizers). Kopf should be ready for a sudden disappearance of the individual resources during the handling cycle (especially when the handling is not instant). Though, only when a |
Hi, perhaps the issue I'm facing during a delete is related to this one here:
Note: I am using
This should be OK imho... |
Expected Behavior
When I create and quickly remove object, that's an odd behavior, but I expect that kopf will handle it as non-error.
Actual Behavior
Insetad, I get errors in log and in error tracker:
I'm not sure what behavior will be correct in such situation, but maybe passing such situations will be ok?
Steps to Reproduce the Problem
Specifications
kopf==0.17
The text was updated successfully, but these errors were encountered: