Garry Fang
Garry Fang
OP? You mean override policy? Yes! I didn't realize op and cop also need a priority. So should I made a change in this PR too?
Got it, the patch will be added in next PR.
> @Garrybest I tried making some changes based on your commit([see this commit](https://github.com/RainbowMango/karmada/commit/2be17917997331c987cc22abcc5f1a3efa6f0245)), do you think it reasonable? Cool, I will take this one 😊
Descheduler's duty is to evict replicas only. This issue focuses on scheduling a object to new joined clusters. I think we could always `s.scheduleResourceBinding(rb)` when the placement is `Duplicated`. It...
It makes sense. But I'm afraid it's not friendly for uses when the binding name is too long or the name has implicit connection with original object. Maybe we could...
> Actually If the updated was GC before,the ownerReference in RB has changed to the deployment which is newly created. Now GC won't treated this updated RB as needing to...
1. Delete the deployment. 2. RB is waiting for GC. 3. Create this deployment again immediately. 4. Controller watches the creation event and tries to create or update RB, since...