pires / kubernetes-elasticsearch-cluster

Elasticsearch cluster on top of Kubernetes made easy.
Apache License 2.0
1.51k stars 690 forks source link

es-ingest and es-data not connecting after restarting es-master #240

Open Tobag opened 5 years ago

Tobag commented 5 years ago

Hello,

I have a setup with 1 master, 1 data and 1 ingest pod. When I delete the master pod a new master pod will be started, but the existing data and ingest pods are not connecting to the new master.

Is this a limitation of elasticsearch? And if so, is it possible somehow to automatically restart data and ingest in such a case? Because otherwise data and ingest are searching forever.

Tobi