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

Calc resources for limited simultaneous rollouts #16

Open
druppelt opened this issue Sep 11, 2024 · 0 comments
Open

Calc resources for limited simultaneous rollouts #16

druppelt opened this issue Sep 11, 2024 · 0 comments

Comments

@druppelt
Copy link

It seems that currently the max Replica is used to determine how many resources each Kubernetes resource needs and than that is simply summed. This leaves the headroom for all Deployments to do simultaneous rollouts, which is a very conservative approach.
I would like a parameter like --max-simultaneous-rollouts n to tell the summing to only consider max replicas for the biggest n Resources.

As it doesn't seem like this is beeing maintained I created my own fork, in which I plan to implement this.
Should I be mistaken, please let me know and I'll create pull requests.

druppelt referenced this issue in druppelt/kuota-calc Sep 16, 2024
…louts

Introduces the --max-rollouts param, which limits how many simultaneous rollouts are assumed.

Refs: #16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant