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

Add metadata for transform node role #3361

Merged
merged 3 commits into from
Jul 1, 2020
Merged

Conversation

pebrc
Copy link
Collaborator

@pebrc pebrc commented Jun 30, 2020

Elasticsearch 7.7.0 introduces the transform node role.

  • add this new node type to the pod metadata when running a version of Elasticsearch that supports transform.
  • adjust test cases and default values.

The complication here is that we now have version specific default configurations. I chose to just toggle the transform value off in the default config to be able to keep using just one config struct. Technically the transform value does not even exist prior to 7.7.0

I am targeting this for 1.3.0 as discussed out-of-band but I am happy to reconsider given that documenting the workaround for users might be unnecessarily complex and confusing.

pebrc added 2 commits June 30, 2020 13:52
Elasticsearch 7.7.0 introduces the transform node role. Add this new node type to the pod metadata when running a version of Elasticsearch that supports transform. Adjust test cases and default values.
@pebrc pebrc added >enhancement Enhancement of existing functionality v1.3.0 labels Jun 30, 2020
Copy link
Contributor

@barkbay barkbay left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@sebgl sebgl left a comment

Choose a reason for hiding this comment

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

LGTM

@pebrc pebrc merged commit 284e16d into elastic:master Jul 1, 2020
pebrc added a commit to pebrc/cloud-on-k8s that referenced this pull request Jul 1, 2020
pebrc added a commit that referenced this pull request Jul 1, 2020
david-kow pushed a commit to david-kow/cloud-on-k8s that referenced this pull request Jul 17, 2020
Elasticsearch 7.7.0 introduces the transform node role. Add this new node type to the pod metadata when running a version of Elasticsearch that supports transform. Adjust test cases and default values.
david-kow pushed a commit to david-kow/cloud-on-k8s that referenced this pull request Jul 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>enhancement Enhancement of existing functionality v1.3.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants