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

Progressive Rollout - temporary increase of "scale.min" on "upgrading" monovertex/pipeline #560

Open
juliev0 opened this issue Feb 12, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@juliev0
Copy link
Collaborator

juliev0 commented Feb 12, 2025

Summary

Currently, say we have 6 Pods running on our original MV/Pipeline Source. We reduce by 3. Our new "upgrading" MV/Pipeline gets created with the scale.min and scale.max set as it's defined in the Rollout spec, so it could be say scale.min=1, scale.max=6. When we create that new one, it will likely come up with 1 Pod by default I imagine and then the autoscaler would kick in after a little time to bump it up to meet the demand.

Per discussion with @whynowy, ideally we shouldn't rely on the autoscaler, but instead create the new one with a temporary scale.min = 3 in the example above, and then reset it later.

Use Cases

When would you use this?


Message from the maintainers:

If you wish to see this enhancement implemented please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.

@juliev0 juliev0 added the enhancement New feature or request label Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant