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

redpanda: changing replicas results in rolling restarts #1518

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

redpanda: changing replicas results in rolling restarts #1518

chrisseto opened this issue Sep 11, 2024 · 0 comments

Comments

@chrisseto
Copy link
Contributor

chrisseto commented Sep 11, 2024

As of chart version 5.9.2, changing statefulset.replicas will result in needless restarts of the redpanda cluster. This is due to redpanda.yaml containing a list of brokers that is computed from .replicas.

The schemaregistry and pandaproxy clients can be updated to point to localhost as they'll discover the rest of the cluster through kafka metadata.

Rpk is also configured with a list of brokers. I'm not certain about the best way to handle this one as we use rpk cluster health in the readiness probe.

JIRA Link: K8S-352

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