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:
Add a new replicas scheduling scenarios In divided replicas scheduling type, which could support an incremental delivery replicas strategy. If the available replicas in member-clusters is less than the target replicas, the karmada-scheduler should deliver the available replicas to member-clusters preferentially.
Why is this needed:
In Divided replicas scheduling type, user want to scale up by 100 pods, but the member clusters could place 95 pods. however the scheduler will meet err not enough to schedule.
In the cases, that expects karmada-scheduler to divide the 95 pods into member cluster preferentially, and then keep going to divide the remaining pods.
In emergency workload scaling scenarios, users should accept delivery partial replicas preferentially.