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

Support updating all BE pods in parallel in the same time. #601

Open
dengliu opened this issue Nov 21, 2024 · 1 comment
Open

Support updating all BE pods in parallel in the same time. #601

dengliu opened this issue Nov 21, 2024 · 1 comment
Labels

Comments

@dengliu
Copy link
Collaborator

dengliu commented Nov 21, 2024

Describe the problem

Currently it is the default rolling update, and the pods are updated one after another. This is extremely slow. and during pod restarts, ongoing queries/ingestion could be disrupted.
We need an option to config the update to be rolling out all 10 pods in parallel to reduce the instability window. so we can plan a narrow downtime window to complete the rollout quickly.

Describe the solution you'd like

A clear and concise description of what you want to happen.

Additional context

Add any other context or screenshots about the enhancement here.

@yandongxiao
Copy link
Collaborator

please see #594

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

No branches or pull requests

2 participants