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 for automatic node pool upgrades? #122

Open
ligfx opened this issue Apr 22, 2024 · 0 comments
Open

Support for automatic node pool upgrades? #122

ligfx opened this issue Apr 22, 2024 · 0 comments

Comments

@ligfx
Copy link
Contributor

ligfx commented Apr 22, 2024

Issue to collect thoughts and best practices for handling automatic node pool upgrades.

In GKE, nodepool upgrades are handled via one of two strategies: surge or blue-green. It doesn't seem like either of these will play well with the Redpanda Operator, which currently only decommissions brokers when the replica count changes. The old node(s) and pods will be destroyed, then the pods will get scheduled on the new nodes (I think?), and the cluster will have a perpetually missing broker until it's manually force-decommissioned.

Presumably EKS and AKS have similar functionality.

JIRA Link: K8S-212

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