Consider executing "reconcileDelete" only if finalizer is set #11399
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
priority/backlog
Higher priority than priority/awaiting-more-evidence.
Today our controllers are implemted like this:
In later reconciles we continue to run "reconcileDelete" even if the finalizer is not set anymore.
I wonder if this should be changed to only execute reconcileDelete as long as the finalizer is on the object.
Pro: always running reconcileDelete:
Pro: running reconcileDelete only when finalizer is set:
The text was updated successfully, but these errors were encountered: