-
Notifications
You must be signed in to change notification settings - Fork 20
update to elastic search 5.5.0 #4
base: master
Are you sure you want to change the base?
Conversation
Fix #3 |
Dockerfile
Outdated
|
||
RUN bin/plugin install lmenezes/elasticsearch-kopf/v2.1.2 | ||
RUN bin/plugin install io.fabric8/elasticsearch-cloud-kubernetes/2.4.0_01 | ||
RUN bin/elasticsearch-plugin install io.fabric8:elasticsearch-cloud-kubernetes:5.5.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you upgrade to 5.5.1, now fabric8:elasticsearch-cloud-kubernetes plugin is on 5.5.1. see here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now 5.5.2 is out
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
elasticsearch.yml
Outdated
path: | ||
plugins: /usr/share/elasticsearch/plugins | ||
zen: | ||
minimum_master_nodes: ${NUMBER_OF_MASTERS} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we call that MINIMUM_MASTER_NODES
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please merge! |
Some minor things to address, see my comments. Maybe you want to have a look?: @dippynark |
I'll try to take time today to address the comments. |
Hello guys, any release soon? You're doing a good job |
No description provided.