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:
@@ -217,7 +217,7 @@ pod:
|
||||
master:
|
||||
timeout: 600
|
||||
data:
|
||||
timeout: 600
|
||||
timeout: 1200
|
||||
client:
|
||||
timeout: 600
|
||||
prometheus_elasticsearch_exporter:
|
||||
|
||||
Reference in New Issue
Block a user