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

Remove support for full cluster restart with pod reuse #1239

Merged
merged 1 commit into from
Jul 15, 2019

Conversation

sebgl
Copy link
Contributor

@sebgl sebgl commented Jul 15, 2019

We decided to:

  1. Remove the process-manager (major concerns: additional complexity and
    non-standard way of doing k8s things)
  2. Rely on StatefulSets in the long-term, to benefit from the
    StatefulSet way of handling rolling upgrades.

As a result, this full-cluster-restart through annotations feature is
deprecated. Let's remove it.

RIP :)

Relates #1199.

We decided to:

1. Remove the process-manager (major concerns: additional complexity and
non-standard way of doing k8s things)
2. Rely on StatefulSets in the long-term, to benefit from the
StatefulSet way of handling rolling upgrades.

As a result, this full-cluster-restart through annotations feature is
deprecated. Let's remove it.

RIP :)
Copy link
Contributor

@thbkrkr thbkrkr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎆

@sebgl sebgl merged commit 13d2a2b into elastic:master Jul 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants