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
What would you like to be added:
After restart karmada controller, detector will always update some rb resource, those resourcebindings have dependent resources
I add new log to compare the changes in resources before updating; The reason is that the finalizers field of rb has changed from karmada.io/binding-controller,karmada.io/binding-dependencies-distributor to karmada.io/binding-controller
CharlesQQ
changed the title
potimization: detector controller update all resourcebindings with dependent resources
potimization: detector controller update all resourcebindings which with dependent resources
Feb 24, 2025
CharlesQQ
changed the title
potimization: detector controller update all resourcebindings which with dependent resources
Fix the invalid behavior in the detector to determine whether the binding object needs to be updated.
Feb 24, 2025
What would you like to be added:
After restart karmada controller, detector will always update some rb resource, those resourcebindings have dependent resources
I add new log to compare the changes in resources before updating; The reason is that the finalizers field of rb has changed from
karmada.io/binding-controller,karmada.io/binding-dependencies-distributor
tokarmada.io/binding-controller
Why is this needed:
Performance optimization, reducing invalid updates to existing resources during restart and reducing work queue resource pressure
The text was updated successfully, but these errors were encountered: