Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature request] UnitedDeployment supports capacity planning to subset. #1427

Closed
veophi opened this issue Sep 25, 2023 · 1 comment
Closed
Assignees
Labels
kind/feature-request wontfix This will not be worked on

Comments

@veophi
Copy link
Member

veophi commented Sep 25, 2023

What would you like to be added:

kind: UnitedDeployment
spec:
 replicas: 4
 topology:
   subsets:
   - name:  default-pool
     capacity:
       min: 2
       max: 4
   - name: spot-pool
     capacity:
       min: 0
       max: 2
  - name: elastic-pool
     capacity:
         min: 0

The 4 replicas of UD will be scheduled to default-pool;

If users scale up UD from 4 to 7:

  • 2 new replicas will be scheduled to spot-pool;
  • 1 new replicas will be scheduled to elastic-pool;

Why is this needed:
Subset capacity planning can be done in advance, and users just update spec.replicas field of UD when scaling up.

Copy link

stale bot commented Dec 24, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Dec 24, 2023
@stale stale bot closed this as completed Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature-request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants