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

Meta-issue: StatefulSet refactoring #1299

Closed
17 of 18 tasks
sebgl opened this issue Jul 19, 2019 · 1 comment
Closed
17 of 18 tasks

Meta-issue: StatefulSet refactoring #1299

sebgl opened this issue Jul 19, 2019 · 1 comment
Assignees
Labels

Comments

@sebgl
Copy link
Contributor

sebgl commented Jul 19, 2019

The work on refactoring our orchestration layer to use StatefulSets started with #1173, in the statefulset-refactoring feature branch.

Steps:

Then, several tasks can be achieved in parallel:

@sebgl
Copy link
Contributor Author

sebgl commented Oct 1, 2019

I'm closing this now. Most issues have been solved already. #1292 is in progress and will be solved pretty soon.

The only remaining issue is #1290, to support cluster mutations in a grow-and-shrink fashion (instead of rolling upgrades). This is partially implemented when adding/removing StatefulSets, but not when replacing Pods of an existing StatefulSet, for which we always default to rolling upgrades. We may decide to not implement it though, since rolling upgrades is the default documented way of operating Elasticsearch.

@sebgl sebgl closed this as completed Oct 1, 2019
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

1 participant