Elasticsearch: Add data node specific entrypoint override

This updates the Elasticsearch chart to include a specific start
script for the Elasticsearch data nodes that includes a trap on
signals that removes a data node from allocation eligible nodes
before shutting down.  This results in all shards being moved from
a node on shut down to alleviate issues with planned down nodes,
such as during upgrade scenarios

Change-Id: I22f4957f90e4113831a8ddf48691cb14f811c1e5
This commit is contained in:
Steve Wilkerson
2019-05-04 06:32:11 -06:00
parent 8cb4051fc8
commit 91178c31bf
3 changed files with 61 additions and 9 deletions

View File

@@ -217,7 +217,7 @@ pod:
master:
timeout: 600
data:
timeout: 600
timeout: 1200
client:
timeout: 600
prometheus_elasticsearch_exporter: